Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def.in26 stw_get_current_dc
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h68 HDC stw_get_current_dc( void );
Dstw_context.c420 stw_get_current_dc( void ) in stw_get_current_dc() function
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dstw_wgl.c96 return stw_get_current_dc(); in wglGetCurrentDC()