Home
last modified time | relevance | path

Searched refs:context_create_wgl_attribs (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dcontext.c1857 HGLRC context_create_wgl_attribs(const struct wined3d_gl_info *gl_info, HDC hdc, HGLRC share_ctx) in context_create_wgl_attribs() function
2055 if (!(ctx = context_create_wgl_attribs(gl_info, ret->hdc, share_ctx))) in context_create()
H A Dwined3d_private.h2161 HGLRC context_create_wgl_attribs(const struct wined3d_gl_info *gl_info, HDC hdc, HGLRC share_ctx) D…
H A Ddirectx.c344 if (!(new_ctx = context_create_wgl_attribs(gl_info, caps_gl_ctx->dc, NULL))) in wined3d_caps_gl_ctx_create_attribs()