Home
last modified time | relevance | path

Searched refs:st_api_make_current (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c298 st_api_make_current(NULL, NULL, NULL); in dri_unbind_context()
339 return st_api_make_current(ctx->st, NULL, NULL); in dri_make_current()
353 st_api_make_current(ctx->st, &draw->base, &read->base); in dri_make_current()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c330 st_api_make_current(NULL, NULL, NULL); in DrvDeleteContext()
495 ret = st_api_make_current(ctx->st, in stw_make_current()
516 ret = st_api_make_current(NULL, NULL, NULL); in stw_make_current()
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp492 st_api_make_current(NULL, NULL, NULL); in haiku_make_current()
497 st_api_make_current(hgl_ctx->ctx->st, in haiku_make_current()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h509 st_api_make_current(struct st_context *st,
Dst_manager.c1117 st_api_make_current(struct st_context *st, in st_api_make_current() function
/external/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c744 st_api_make_current(NULL, NULL, NULL); in OSMesaMakeCurrent()
783 st_api_make_current(osmesa->st, &osbuffer->base, &osbuffer->base); in OSMesaMakeCurrent()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1295 st_api_make_current(c->st, in XMesaMakeCurrent2()
1305 st_api_make_current(NULL, NULL, NULL); in XMesaMakeCurrent2()
/external/mesa3d/docs/relnotes/
D21.1.0.rst294 - mesa/st: Check for successful framebuffer allocation in st_api_make_current
D22.3.0.rst5657 - st: Turn st_api::make_current to be direct accessed function st_api_make_current