Searched refs:hReadDC (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_context.c | 215 ctx->hReadDC = hdc; in stw_create_context_attribs() 427 return ctx->hReadDC; in stw_get_current_read_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() 495 ctx->hReadDC = hReadDC; in stw_make_current() 504 if (hReadDC) { in stw_make_current() 505 if (hReadDC == hDrawDC) { in stw_make_current() 509 fbRead = stw_framebuffer_from_hdc( hReadDC ); in stw_make_current() 520 int iPixelFormat = GetPixelFormat(hReadDC); in stw_make_current() 522 fbRead = stw_framebuffer_create( hReadDC, iPixelFormat ); in stw_make_current()
|
D | stw_context.h | 43 HDC hReadDC; 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 | 68 HDC hReadDC,
|
/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);
|