Searched refs:hDrawDC (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_context.c | 214 ctx->hDrawDC = hdc; in stw_create_context_attribs() 415 return ctx->hDrawDC; in stw_get_current_dc() 431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current() argument 443 if (old_ctx->hDrawDC == hDrawDC && old_ctx->hReadDC == hReadDC) { in stw_make_current() 470 fb = stw_framebuffer_from_hdc( hDrawDC ); in stw_make_current() 480 int iPixelFormat = get_matching_pixel_format(hDrawDC); in stw_make_current() 482 fb = stw_framebuffer_create( hDrawDC, iPixelFormat ); in stw_make_current() 494 ctx->hDrawDC = hDrawDC; in stw_make_current() 505 if (hReadDC == hDrawDC) { in stw_make_current()
|
D | stw_context.h | 42 HDC hDrawDC; member 65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
D | stw_ext_context.c | 202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() argument 211 return stw_make_current(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()
|
D | stw_wgl.h | 67 HDC hDrawDC,
|
/external/mesa3d/include/GL/ |
D | wglext.h | 131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 399 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/swiftshader/include/GL/ |
D | wglext.h | 131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 399 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|