Home
last modified time | relevance | path

Searched refs:st_glFlush (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.h43 void st_glFlush(struct gl_context *ctx, unsigned gallium_flush_flags);
Dst_cb_flush.c85 st_glFlush(struct gl_context *ctx, unsigned gallium_flush_flags) in st_glFlush() function
/third_party/mesa3d/src/mesa/main/
Dperformance_query.c698 st_glFlush(ctx, 0); in _mesa_GetPerfQueryDataINTEL()
Dcontext.c1493 st_glFlush(curCtx, 0); in _mesa_make_current()
1651 st_glFlush(ctx, async ? PIPE_FLUSH_ASYNC : 0); in _mesa_flush()