Home
last modified time | relevance | path

Searched refs:ST_FLUSH_FRONT (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp299 ST_FLUSH_FRONT, NULL); in SetCurrentContext()
339 context->st->flush(context->st, ST_FLUSH_FRONT, NULL); in SwapBuffers()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddrisw.c206 ctx->st->flush(ctx->st, ST_FLUSH_FRONT, NULL); in drisw_swap_buffers()
229 ctx->st->flush(ctx->st, ST_FLUSH_FRONT, NULL); in drisw_copy_sub_buffer()
Ddri_context.c227 old_st->flush(old_st, ST_FLUSH_FRONT, NULL); in dri_make_current()
Ddri_drawable.c504 flush_flags |= ST_FLUSH_FRONT; in dri_flush()
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h161 #define ST_FLUSH_FRONT (1 << 0) macro
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c1347 xmctx->st->flush( xmctx->st, ST_FLUSH_FRONT, NULL); in XMesaSwapBuffers()
1362 xmctx->st->flush( xmctx->st, ST_FLUSH_FRONT, NULL); in XMesaCopySubBuffer()
1377 c->st->flush(c->st, ST_FLUSH_FRONT, &fence); in XMesaFlush()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c406 old_ctx->st->flush(old_ctx->st, ST_FLUSH_FRONT, NULL); in stw_make_current()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c507 if (flags & ST_FLUSH_FRONT) in st_context_flush()