Searched refs:hglrc (Results 1 – 13 of 13) sorted by relevance
/external/libepoxy/src/ |
D | dispatch_wgl.c | 145 WRAPPER(epoxy_wglMakeCurrent)(HDC hdc, HGLRC hglrc) in WRAPPER() 147 BOOL ret = epoxy_wglMakeCurrent_unwrapped(hdc, hglrc); in WRAPPER() 158 HGLRC hglrc) in WRAPPER() 161 hglrc); in WRAPPER() 172 HGLRC hglrc) in WRAPPER() 175 hglrc); in WRAPPER() 184 WRAPPER(epoxy_wglMakeAssociatedContextCurrentAMD)(HGLRC hglrc) in WRAPPER() 186 BOOL ret = epoxy_wglMakeAssociatedContextCurrentAMD_unwrapped(hglrc); in WRAPPER()
|
D | dispatch_common.h | 202 extern BOOL UNWRAPPED_PROTO(wglMakeCurrent_unwrapped)(HDC hdc, HGLRC hglrc); 203 …rn BOOL UNWRAPPED_PROTO(wglMakeContextCurrentARB_unwrapped)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 204 …rn BOOL UNWRAPPED_PROTO(wglMakeContextCurrentEXT_unwrapped)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 205 extern BOOL UNWRAPPED_PROTO(wglMakeAssociatedContextCurrentAMD_unwrapped)(HGLRC hglrc);
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_wgl.c | 85 HGLRC hglrc ) in wglDeleteContext() argument 87 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext() 113 HGLRC hglrc ) in wglMakeCurrent() argument 115 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
|
D | stw_ext_context.c | 202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() argument 208 dhglrc = stw_dev->callbacks.pfnGetDhglrc(hglrc); in wglMakeContextCurrentARB()
|
D | stw_ext_context.h | 33 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
|
D | stw_wgl.h | 69 HGLRC hglrc );
|
/external/mesa3d/include/GL/ |
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);
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 128 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 319 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 322 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 323 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 329 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 332 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 333 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (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/src/glx/windows/ |
D | windowsgl.c | 321 HGLRC hglrc = wglCreateContext(hdc); in windows_call_with_context() local 322 wglMakeCurrent(hdc, hglrc); in windows_call_with_context() 329 wglDeleteContext(hglrc); in windows_call_with_context()
|
/external/angle/include/WGL/ |
D | wgl.h | 222 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 413 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 416 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 417 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 423 UINT WINAPI wglGetContextGPUIDAMD (HGLRC hglrc); 426 BOOL WINAPI wglDeleteAssociatedContextAMD (HGLRC hglrc); 427 BOOL WINAPI wglMakeAssociatedContextCurrentAMD (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/ |
D | test_fence_sync.cpp | 400 HGLRC hglrc = wglGetCurrentContext(); in test_fence_sync_single() local 415 wglMakeCurrent(hdc, hglrc); in test_fence_sync_single() 638 wglMakeCurrent(hdc, hglrc); in test_fence_sync_single()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 137 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 138 typedef UINT (WINAPI * PFNWGLGETCONTEXTGPUIDAMDPROC) (HGLRC hglrc); 142 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 282 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 607 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 130 typedef BOOL (WINAPI* wglDeleteContextFunc) (HGLRC hglrc); 131 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc);
|