Home
last modified time | relevance | path

Searched refs:__DRI2_FLUSH_DRAWABLE (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c490 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()
Dkopper.c76 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()
Ddri2.c75 dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1); in dri2_flush_drawable()
/third_party/mesa3d/src/glx/
Ddri3_glx.c514 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()
Ddri2_glx.c502 flags = __DRI2_FLUSH_DRAWABLE; in __dri2CopySubBuffer()
745 unsigned flags = __DRI2_FLUSH_DRAWABLE; in dri2SwapBuffers()
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h226 #define __DRI2_FLUSH_DRAWABLE (1 << 0) /* the drawable should be flushed. */ macro
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.c814 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/
Degl_dri2.c2003 __DRI2_FLUSH_DRAWABLE | in dri2_flush_drawable_for_swapbuffers()