Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def31 stw_destroy_context
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h60 void stw_destroy_context(struct stw_context *);
Dstw_context.c137 stw_destroy_context(ctx); in DrvCreateLayerContext()
309 stw_destroy_context(old_ctx); in stw_create_context_handle()
328 stw_destroy_context(struct stw_context *ctx) in stw_destroy_context() function
360 stw_destroy_context(ctx); in DrvDeleteContext()
Dstw_ext_context.c213 stw_destroy_context(stw_ctx); in wglCreateContextAttribsARB()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c475 stw_destroy_context(wgl_ctx->ctx); in wgl_destroy_context()