Searched refs:hReadDC (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.h43 HDC hReadDC; member in struct:stw_context
65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
H A Dstw_wgl.h68 HDC hReadDC,
H A Dstw_context.c215 ctx->hReadDC = hdc;
427 return ctx->hReadDC;
431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) argument
443 if (old_ctx->hDrawDC == hDrawDC && old_ctx->hReadDC == hReadDC) {
495 ctx->hReadDC = hReadDC;
504 if (hReadDC) {
505 if (hReadDC == hDrawDC) {
509 fbRead = stw_framebuffer_from_hdc( hReadDC );
[all...]
H A Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) argument
211 return stw_make_current(hDrawDC, hReadDC, dhglrc);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.h43 HDC hReadDC; member in struct:stw_context
74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
H A Dstw_context.c217 ctx->hReadDC = hdc;
436 return ctx->hReadDC;
584 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) argument
598 struct stw_framebuffer *fbRead = (hDrawDC == hReadDC || hReadDC == NULL) ?
599 fb : get_unlocked_refd_framebuffer_from_dc(hReadDC);
611 ctx->hReadDC = hReadDC;
614 ctx->hReadDC = NULL;
H A Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) argument
234 return stw_make_current_by_handles(hDrawDC, hReadDC, dhglrc);
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_wgl.c157 HDC hReadDC,
160 BOOL ret = epoxy_wglMakeContextCurrentARB_unwrapped(hDrawDC, hReadDC,
171 HDC hReadDC,
174 BOOL ret = epoxy_wglMakeContextCurrentEXT_unwrapped(hDrawDC, hReadDC,
H A Ddispatch_common.h210 extern BOOL UNWRAPPED_PROTO(wglMakeContextCurrentARB_unwrapped)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
211 extern BOOL UNWRAPPED_PROTO(wglMakeContextCurrentEXT_unwrapped)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.h68 HDC hReadDC,
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dwgl_ext_api.h42 BOOL wglMakeContextCurrentARBWrapper(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A 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);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A 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);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwglext.h497 extern BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
500 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
581 extern BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
584 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
H A Dwglext.spec161 MakeContextCurrentARB(hDrawDC, hReadDC, hglrc)
164 param hReadDC HDC in value
337 MakeContextCurrentEXT(hDrawDC, hReadDC, hglrc)
340 param hReadDC HDC in value

Completed in 17 milliseconds