Home
last modified time | relevance | path

Searched refs:st_api_get_current (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c291 if (st == st_api_get_current()) { in dri_unbind_context()
366 struct st_context *st = st_api_get_current(); in dri_get_current()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h514 st_api_get_current(void);
Dst_manager.c1060 st_api_get_current(void) in st_api_get_current() function
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1324 struct st_context *st = st_api_get_current(); in XMesaGetCurrentContext()
1479 struct st_context *st = st_api_get_current(); in XMesaBindTexImage()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c61 st = (stw_dev) ? st_api_get_current() : NULL; in stw_current_context()
/external/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c823 struct st_context *st = st_api_get_current(); in OSMesaGetCurrentContext()
/external/mesa3d/docs/relnotes/
D22.3.0.rst5656 - st: Turn st_api::get_current to be direct accessed function st_api_get_current