Searched refs:ST_FLUSH_FRONT (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.cpp | 300 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/ |
D | api.h | 144 #define ST_FLUSH_FRONT (1 << 0) macro
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_context.c | 451 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/ |
D | drisw.c | 255 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()
|
D | dri_drawable.c | 513 flush_flags |= ST_FLUSH_FRONT; in dri_flush()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.c | 1361 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/ |
D | st_manager.c | 682 if (flags & ST_FLUSH_FRONT) in st_context_flush()
|