| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.h | 42 HDC hDrawDC; member in struct:stw_context 65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
| H A D | stw_wgl.h | 67 HDC hDrawDC,
|
| H A D | stw_ext_context.c | 202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) argument 211 return stw_make_current(hDrawDC, hReadDC, dhglrc);
|
| H A D | stw_context.c | 214 ctx->hDrawDC = hdc; 415 return ctx->hDrawDC; 431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) argument 443 if (old_ctx->hDrawDC == hDrawDC && old_ctx->hReadDC == hReadDC) { 470 fb = stw_framebuffer_from_hdc( hDrawDC ); 480 int iPixelFormat = get_matching_pixel_format(hDrawDC); 482 fb = stw_framebuffer_create( hDrawDC, iPixelFormat ); 494 ctx->hDrawDC = hDrawDC; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.h | 42 HDC hDrawDC; member in struct:stw_context 74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
| H A D | stw_context.c | 216 ctx->hDrawDC = hdc; 424 return ctx->hDrawDC; 584 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) argument 592 struct stw_framebuffer *fb = get_unlocked_refd_framebuffer_from_dc(hDrawDC); 598 struct stw_framebuffer *fbRead = (hDrawDC == hReadDC || hReadDC == NULL) ? 610 ctx->hDrawDC = hDrawDC; 613 ctx->hDrawDC = 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 | 156 WRAPPER(epoxy_wglMakeContextCurrentARB)(HDC hDrawDC, 160 BOOL ret = epoxy_wglMakeContextCurrentARB_unwrapped(hDrawDC, hReadDC, 170 WRAPPER(epoxy_wglMakeContextCurrentEXT)(HDC hDrawDC, 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 | 67 HDC hDrawDC,
|
| /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) 163 param hDrawDC HDC in value 337 MakeContextCurrentEXT(hDrawDC, hReadDC, hglrc) 339 param hDrawDC HDC in value
|