| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | dispatch_wgl.c | 145 WRAPPER(epoxy_wglMakeCurrent)(HDC hdc, HGLRC hglrc) 147 BOOL ret = epoxy_wglMakeCurrent_unwrapped(hdc, hglrc); 158 HGLRC hglrc) 161 hglrc); 172 HGLRC hglrc) 175 hglrc); 184 WRAPPER(epoxy_wglMakeAssociatedContextCurrentAMD)(HGLRC hglrc) 186 BOOL ret = epoxy_wglMakeAssociatedContextCurrentAMD_unwrapped(hglrc);
|
| H A D | dispatch_common.h | 209 extern BOOL UNWRAPPED_PROTO(wglMakeCurrent_unwrapped)(HDC hdc, HGLRC hglrc); 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); 212 extern BOOL UNWRAPPED_PROTO(wglMakeAssociatedContextCurrentAMD_unwrapped)(HGLRC hglrc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_context.h | 33 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
|
| H A D | stw_wgl.h | 69 HGLRC hglrc );
|
| H A D | stw_ext_context.c | 202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) argument 208 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(hglrc);
|
| H A D | stw_wgl.c | 84 HGLRC hglrc ) 86 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); 112 HGLRC hglrc ) 114 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; 83 wglDeleteContext(HGLRC hglrc) argument 110 wglMakeCurrent(HDC hdc,HGLRC hglrc) argument
|
| H A D | stw_icd.h | 472 * Get the ICD GHGLRC handle corresponding to the specified hglrc handle. 476 DHGLRC (APIENTRY *wglCbGetDhglrc)(HGLRC hglrc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_context.h | 33 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
|
| H A D | stw_ext_context.c | 225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) argument 231 dhglrc = stw_dev->callbacks.pfnGetDhglrc(hglrc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/ |
| H A D | stw_wgl.h | 69 HGLRC hglrc );
|
| H A D | stw_wgl.c | 81 HGLRC hglrc ) 83 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); 103 HGLRC hglrc ) 105 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; 80 wglDeleteContext(HGLRC hglrc) argument 101 wglMakeCurrent(HDC hdc,HGLRC hglrc) argument
|
| /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);
|
| H A D | indirect.c | 72 wglMakeCurrent ignores the hdc if hglrc is NULL, so wglMakeCurrent(NULL, NULL) 493 HGLRC hglrc; local in function:glxWinScreenProbe 558 hglrc = wglCreateContext(hdc); 559 wglMakeCurrent(hdc, hglrc); 700 wglDeleteContext(hglrc);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| H A D | windowsgl.c | 321 HGLRC hglrc = wglCreateContext(hdc); local in function:windows_call_with_context 322 wglMakeCurrent(hdc, hglrc); 329 wglDeleteContext(hglrc);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/windows/ |
| H A D | windowsgl.c | 321 HGLRC hglrc = wglCreateContext(hdc); local in function:windows_call_with_context 322 wglMakeCurrent(hdc, hglrc); 329 wglDeleteContext(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); 322 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 325 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 326 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 332 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 335 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 336 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 399 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); [all...] |
| /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); 322 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 325 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 326 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 332 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 335 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 336 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 404 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 407 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); [all...] |
| /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); 855 extern UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 858 extern BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 859 extern BOOL WINAPI wglMakeAssociatedContextCurrentAMD (HGLRC hglrc); 865 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 868 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 869 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); [all...] |
| H A D | wglext.spec | 161 MakeContextCurrentARB(hDrawDC, hReadDC, hglrc) 165 param hglrc HGLRC in value 337 MakeContextCurrentEXT(hDrawDC, hReadDC, hglrc) 341 param hglrc HGLRC in value 1005 GetContextGPUIDAMD(hglrc) 1007 param hglrc HGLRC in value 1022 DeleteAssociatedContextAMD(hglrc) 1024 param hglrc HGLRC in value 1027 MakeAssociatedContextCurrentAMD(hglrc) 1029 param hglrc HGLR [all...] |
| H A D | indirect.c | 63 wglMakeCurrent ignores the hdc if hglrc is NULL, so wglMakeCurrent(NULL, NULL) 494 HGLRC hglrc; local in function:glxWinScreenProbe 559 hglrc = wglCreateContext(hdc); 560 wglMakeCurrent(hdc, hglrc); 714 wglDeleteContext(hglrc);
|