Searched refs:hglrc (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_wgl.c145 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 Ddispatch_common.h209 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 Dstw_ext_context.h33 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
H A Dstw_wgl.h69 HGLRC hglrc );
H A Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) argument
208 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(hglrc);
H A Dstw_wgl.c84 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 Dstw_icd.h472 * 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 Dstw_ext_context.h33 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
H A Dstw_ext_context.c225 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 Dstw_wgl.h69 HGLRC hglrc );
H A Dstw_wgl.c81 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 Dwgl_ext_api.h42 BOOL wglMakeContextCurrentARBWrapper(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
H A Dindirect.c72 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 Dwindowsgl.c321 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 Dwindowsgl.c321 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 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);
[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A 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);
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 Dwglext.h497 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 Dwglext.spec161 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 Dindirect.c63 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);

Completed in 29 milliseconds