Home
last modified time | relevance | path

Searched refs:get_current (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_context.c201 if (ctx->st == ctx->stapi->get_current(ctx->stapi)) { in dri_unbind_context()
223 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current()
262 st = stapi->get_current(stapi); in dri_get_current()
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h522 struct st_context_iface *(*get_current)(struct st_api *stapi); member
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c1324 struct st_context_iface *st = stapi->get_current(stapi); in XMesaGetCurrentContext()
1467 struct st_context_iface *st = stapi->get_current(stapi); in XMesaBindTexImage()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c57 st = (stw_dev) ? stw_dev->stapi->get_current(stw_dev->stapi) : NULL; in stw_current_context()
/external/mesa3d/src/gallium/state_trackers/osmesa/
Dosmesa.c821 struct st_context_iface *st = stapi->get_current(stapi); in OSMesaGetCurrentContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c973 .get_current = st_api_get_current,