Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def.in25 stw_get_current_context
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h64 DHGLRC stw_get_current_context( void );
Dstw_context.c407 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()