Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.h371 bool vrend_hw_switch_context(struct vrend_context *ctx, bool now);
Dvrend_renderer.c6383 vrend_hw_switch_context(cur, true); in vrend_destroy_context()
8076 vrend_hw_switch_context(ctx, true); in vrend_renderer_transfer_internal()
9372 if (!vrend_hw_switch_context(query->ctx, true) || in vrend_renderer_check_queries()
9378 bool vrend_hw_switch_context(struct vrend_context *ctx, bool now) in vrend_hw_switch_context() function
10545 vrend_hw_switch_context(vrend_state.ctx0, true); in vrend_renderer_force_ctx_0()
10797 vrend_hw_switch_context(vrend_state.ctx0, true); in vrend_renderer_prepare_reset()
Dvrend_decode.c1637 bret = vrend_hw_switch_context(gdctx->grctx, true); in vrend_decode_ctx_submit_cmd()