Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def.in36 stw_unbind_context
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h68 BOOL stw_unbind_context(struct stw_context *);
Dstw_context.c340 stw_unbind_context(struct stw_context *ctx) in stw_unbind_context() function
370 return stw_unbind_context(ctx); in DrvReleaseContext()
/external/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c563 stw_unbind_context(old_cctx); in wgl_make_current()