Searched refs:st_api_make_current (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_context.c | 298 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/ |
D | stw_context.c | 330 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/ |
D | egl_haiku.cpp | 492 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/ |
D | st_context.h | 509 st_api_make_current(struct st_context *st,
|
D | st_manager.c | 1117 st_api_make_current(struct st_context *st, in st_api_make_current() function
|
/external/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 744 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/ |
D | xm_api.c | 1295 st_api_make_current(c->st, in XMesaMakeCurrent2() 1305 st_api_make_current(NULL, NULL, NULL); in XMesaMakeCurrent2()
|
/external/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 294 - mesa/st: Check for successful framebuffer allocation in st_api_make_current
|
D | 22.3.0.rst | 5657 - st: Turn st_api::make_current to be direct accessed function st_api_make_current
|