Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def.in33 stw_unbind_context
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h62 BOOL stw_unbind_context(struct stw_context *);
Dstw_context.c372 stw_unbind_context(struct stw_context *ctx) in stw_unbind_context() function
402 return stw_unbind_context(ctx); in DrvReleaseContext()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c537 stw_unbind_context(old_cctx); in wgl_make_current()