Home
last modified time | relevance | path

Searched refs:stw_get_current_context (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.mingw.def22 stw_get_current_context = stw_get_current_context@0
Dgallium_wgl.def24 stw_get_current_context
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h64 DHGLRC stw_get_current_context( void );
Dstw_context.c403 stw_get_current_context( void ) in stw_get_current_context() function
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dstw_wgl.c90 return (HGLRC)(UINT_PTR)stw_get_current_context(); in wglGetCurrentContext()