| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.h | 43 HDC hReadDC; member in struct:stw_context 65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
| H A D | stw_wgl.h | 68 HDC hReadDC,
|
| H A D | stw_context.c | 215 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 D | stw_ext_context.c | 202 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 D | stw_context.h | 43 HDC hReadDC; member in struct:stw_context 74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
| H A D | stw_context.c | 217 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 D | stw_ext_context.c | 225 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 D | dispatch_wgl.c | 157 HDC hReadDC, 160 BOOL ret = epoxy_wglMakeContextCurrentARB_unwrapped(hDrawDC, hReadDC, 171 HDC hReadDC, 174 BOOL ret = epoxy_wglMakeContextCurrentEXT_unwrapped(hDrawDC, hReadDC,
|
| H A D | dispatch_common.h | 210 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 D | stw_wgl.h | 68 HDC hReadDC,
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | wgl_ext_api.h | 42 BOOL wglMakeContextCurrentARBWrapper(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A 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);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A 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);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wglext.h | 497 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 D | wglext.spec | 161 MakeContextCurrentARB(hDrawDC, hReadDC, hglrc) 164 param hReadDC HDC in value 337 MakeContextCurrentEXT(hDrawDC, hReadDC, hglrc) 340 param hReadDC HDC in value
|