Home
last modified time | relevance | path

Searched refs:hdc_has_format (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dcontext.c1169 if (private && context->hdc_has_format) in context_set_pixel_format()
1230 context->hdc_has_format = TRUE; in context_set_pixel_format()
1271 ctx->hdc_has_format = FALSE; in context_set_gl_context()
1321 context->hdc_has_format = FALSE; in context_update_window()
1636 else if (!context->needs_set && !(context->hdc_is_private && context->hdc_has_format) in context_enter()
2108 ret->hdc_has_format = TRUE; in context_create()
H A Dwined3d_private.h1912 DWORD hdc_has_format : 1; /* only meaningful if hdc_is_private */ member