Home
last modified time | relevance | path

Searched refs:hglrc (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_wgl.c84 HGLRC hglrc ) in wglDeleteContext() argument
86 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext()
112 HGLRC hglrc ) in wglMakeCurrent() argument
114 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() argument
208 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(hglrc); in wglMakeContextCurrentARB()
Dstw_ext_context.h33 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
Dstw_wgl.h69 HGLRC hglrc );
Dstw_icd.h476 DHGLRC (APIENTRY *wglCbGetDhglrc)(HGLRC hglrc);
/external/mesa3d/include/GL/
Dwglext.h131 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);
/external/swiftshader/include/GL/
Dwglext.h131 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);
/external/mesa3d/src/glx/windows/
Dwindowsgl.c321 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/deqp/framework/platform/win32/
DtcuWGL.cpp125 typedef BOOL (WINAPI* wglDeleteContextFunc) (HGLRC hglrc);
126 typedef BOOL (WINAPI* wglMakeCurrentFunc) (HDC hdc, HGLRC hglrc);