Searched refs:context_create_wgl_attribs (Results 1 – 3 of 3) sorted by relevance
1857 HGLRC context_create_wgl_attribs(const struct wined3d_gl_info *gl_info, HDC hdc, HGLRC share_ctx) in context_create_wgl_attribs() function2055 if (!(ctx = context_create_wgl_attribs(gl_info, ret->hdc, share_ctx))) in context_create()
2161 HGLRC context_create_wgl_attribs(const struct wined3d_gl_info *gl_info, HDC hdc, HGLRC share_ctx) D…
344 if (!(new_ctx = context_create_wgl_attribs(gl_info, caps_gl_ctx->dc, NULL))) in wined3d_caps_gl_ctx_create_attribs()