Searched refs:ST_FLUSH_FRONT (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_context.c | 481 ST_FLUSH_FRONT | ST_FLUSH_WAIT); in stw_make_current() 485 ST_FLUSH_FRONT | ST_FLUSH_WAIT, &fence, in stw_make_current() 491 ST_FLUSH_FRONT); in stw_make_current() 493 old_ctx->st->flush(old_ctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in stw_make_current()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.cpp | 314 ST_FLUSH_FRONT, NULL, NULL, NULL); in SetCurrentContext() 341 context->st->flush(context->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in SwapBuffers()
|
/third_party/mesa3d/src/gallium/include/frontend/ |
D | api.h | 142 #define ST_FLUSH_FRONT (1 << 0) macro
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.c | 1353 xmctx->st->flush( xmctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in XMesaSwapBuffers() 1368 xmctx->st->flush( xmctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in XMesaCopySubBuffer() 1383 c->st->flush(c->st, ST_FLUSH_FRONT, &fence, NULL, NULL); in XMesaFlush()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 258 ctx->st->flush(ctx->st, ST_FLUSH_FRONT, &fence, NULL, NULL); in drisw_swap_buffers() 293 ctx->st->flush(ctx->st, ST_FLUSH_FRONT, &fence, NULL, NULL); in drisw_copy_sub_buffer()
|
D | dri_drawable.c | 509 flush_flags |= ST_FLUSH_FRONT; in dri_flush()
|
D | kopper.c | 745 st->flush(st, ST_FLUSH_FRONT, &new_fence, NULL, NULL); in kopper_flush_frontbuffer()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 816 if (flags & ST_FLUSH_FRONT) in st_context_flush()
|