Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp300 ST_FLUSH_FRONT, NULL, NULL, NULL); in SetCurrentContext()
336 context->st->flush(context->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in SwapBuffers()
/external/mesa3d/src/gallium/include/frontend/
Dapi.h144 #define ST_FLUSH_FRONT (1 << 0) macro
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c451 ST_FLUSH_FRONT | ST_FLUSH_WAIT, &fence, in stw_make_current()
455 old_ctx->st->flush(old_ctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in stw_make_current()
/external/mesa3d/src/gallium/frontends/dri/
Ddrisw.c255 ctx->st->flush(ctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in drisw_swap_buffers()
285 ctx->st->flush(ctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in drisw_copy_sub_buffer()
Ddri_drawable.c513 flush_flags |= ST_FLUSH_FRONT; in dri_flush()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1361 xmctx->st->flush( xmctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in XMesaSwapBuffers()
1376 xmctx->st->flush( xmctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in XMesaCopySubBuffer()
1391 c->st->flush(c->st, ST_FLUSH_FRONT, &fence, NULL, NULL); in XMesaFlush()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c682 if (flags & ST_FLUSH_FRONT) in st_context_flush()