Searched refs:__DRI2_FLUSH_DRAWABLE (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 490 flags &= ~__DRI2_FLUSH_DRAWABLE; in dri_flush() 493 if ((flags & __DRI2_FLUSH_DRAWABLE) && in dri_flush() 531 else if (flags & (__DRI2_FLUSH_DRAWABLE | __DRI2_FLUSH_CONTEXT)) { in dri_flush()
|
D | kopper.c | 76 dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1); in kopper_flush_drawable() 916 …dri_flush(ctx->cPriv, dPriv, __DRI2_FLUSH_DRAWABLE | __DRI2_FLUSH_CONTEXT, __DRI2_THROTTLE_SWAPBUF… in kopperSwapBuffers()
|
D | dri2.c | 75 dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1); in dri2_flush_drawable()
|
/third_party/mesa3d/src/glx/ |
D | dri3_glx.c | 514 loader_dri3_flush(draw, __DRI2_FLUSH_DRAWABLE, __DRI2_THROTTLE_FLUSHFRONT); in dri3_flush_front_buffer() 600 unsigned flags = __DRI2_FLUSH_DRAWABLE; in dri3_swap_buffers()
|
D | dri2_glx.c | 502 flags = __DRI2_FLUSH_DRAWABLE; in __dri2CopySubBuffer() 745 unsigned flags = __DRI2_FLUSH_DRAWABLE; in dri2SwapBuffers()
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 226 #define __DRI2_FLUSH_DRAWABLE (1 << 0) /* the drawable should be flushed. */ macro
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.c | 814 unsigned flags = __DRI2_FLUSH_DRAWABLE; in loader_dri3_copy_sub_buffer() 876 loader_dri3_flush(draw, __DRI2_FLUSH_DRAWABLE, __DRI2_THROTTLE_COPYSUBBUFFER); in loader_dri3_copy_drawable()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2003 __DRI2_FLUSH_DRAWABLE | in dri2_flush_drawable_for_swapbuffers()
|