Home
last modified time | relevance | path

Searched refs:hReadDC (Results 1 – 11 of 11) sorted by relevance

/external/libepoxy/src/
Ddispatch_wgl.c157 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()
Ddispatch_common.h200 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/
Dstw_context.c215 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()
Dstw_context.h43 HDC hReadDC; member
65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() argument
211 return stw_make_current(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()
Dstw_wgl.h68 HDC hReadDC,
/external/swiftshader/include/GL/
Dwglext.h131 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/
Dwglext.h128 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/
Dwglext.h131 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/
Dwgl.h222 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/
Dwglew.h282 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
607 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);