Home
last modified time | relevance | path

Searched refs:old_st (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_context.c221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current() local
224 if (old_st && old_st != ctx->st) in dri_make_current()
225 old_st->flush(old_st, ST_FLUSH_FRONT, NULL); in dri_make_current()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_context.c221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current() local
224 if (old_st && old_st != ctx->st) in dri_make_current()
225 old_st->flush(old_st, ST_FLUSH_FRONT, NULL); in dri_make_current()
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_context.c221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current() local
224 if (old_st && old_st != ctx->st) in dri_make_current()
225 old_st->flush(old_st, ST_FLUSH_FRONT, NULL); in dri_make_current()