Searched refs:hReadDC (Results 1 – 11 of 11) sorted by relevance
/external/libepoxy/src/ |
D | dispatch_wgl.c | 157 HDC hReadDC, in WRAPPER() 160 BOOL ret = epoxy_wglMakeContextCurrentARB_unwrapped(hDrawDC, hReadDC, in WRAPPER() 171 HDC hReadDC, in WRAPPER() 174 BOOL ret = epoxy_wglMakeContextCurrentEXT_unwrapped(hDrawDC, hReadDC, in WRAPPER()
|
D | dispatch_common.h | 200 extern BOOL UNWRAPPED_PROTO(wglMakeContextCurrentARB_unwrapped)(HDC hDrawDC, HDC hReadDC, HGLRC hgl… 201 extern BOOL UNWRAPPED_PROTO(wglMakeContextCurrentEXT_unwrapped)(HDC hDrawDC, HDC hReadDC, HGLRC hgl…
|
/external/mesa3d/src/gallium/frontends/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() 496 ctx->hReadDC = hReadDC; in stw_make_current() 505 if (hReadDC) { in stw_make_current() 506 if (hReadDC == hDrawDC) { in stw_make_current() 510 fbRead = stw_framebuffer_from_hdc( hReadDC ); in stw_make_current() 521 int iPixelFormat = GetPixelFormat(hReadDC); in stw_make_current() 523 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/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);
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 128 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 389 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 392 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/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); 404 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 407 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/angle/include/WGL/ |
D | wgl.h | 222 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 495 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 498 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 282 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 607 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|