Searched refs:xfb_state (Results 1 – 1 of 1) sorted by relevance
428 int xfb_state; member1590 if (obj->xfb_state == XFB_STATE_PAUSED) { in vrend_destroy_so_target_object()3883 if (ctx->sub->current_so->xfb_state == XFB_STATE_STARTED_NEED_BEGIN) { in vrend_draw_vbo()3891 ctx->sub->current_so->xfb_state = XFB_STATE_STARTED; in vrend_draw_vbo()3892 } else if (ctx->sub->current_so->xfb_state == XFB_STATE_PAUSED) { in vrend_draw_vbo()3894 ctx->sub->current_so->xfb_state = XFB_STATE_STARTED; in vrend_draw_vbo()3978 if (ctx->sub->current_so->xfb_state == XFB_STATE_STARTED) { in vrend_draw_vbo()3980 ctx->sub->current_so->xfb_state = XFB_STATE_PAUSED; in vrend_draw_vbo()6805 obj->xfb_state = XFB_STATE_STARTED_NEED_BEGIN; in vrend_set_streamout_targets()