Searched refs:flushFrontBuffer (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_device.c | 212 .flushFrontBuffer = device_flush_front_buffer,
|
D | platform_surfaceless.c | 212 .flushFrontBuffer = surfaceless_flush_front_buffer,
|
D | platform_x11_dri3.c | 438 .flushFrontBuffer = dri3_flush_front_buffer,
|
D | platform_android.c | 1373 .flushFrontBuffer = droid_flush_front_buffer, 1394 .flushFrontBuffer = droid_flush_front_buffer,
|
D | platform_x11.c | 1584 .flushFrontBuffer = dri2_x11_flush_front_buffer, 1592 .flushFrontBuffer = dri2_x11_flush_front_buffer,
|
D | platform_ohos.c | 936 .flushFrontBuffer = ohos_flush_front_buffer,
|
D | platform_wayland.c | 1299 .flushFrontBuffer = dri2_wl_flush_front_buffer, 1308 .flushFrontBuffer = dri2_wl_flush_front_buffer,
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 999 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate); member 2004 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate); member
|
/third_party/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 251 .flushFrontBuffer = dri_flush_front_buffer, 260 .flushFrontBuffer = dri_flush_front_buffer,
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 774 image->flushFrontBuffer(dri_drawable, dri_drawable->loaderPrivate); in dri2_flush_frontbuffer() 785 else if (loader->flushFrontBuffer) { in dri2_flush_frontbuffer() 786 loader->flushFrontBuffer(dri_drawable, dri_drawable->loaderPrivate); in dri2_flush_frontbuffer()
|
/third_party/mesa3d/src/glx/ |
D | dri3_glx.c | 569 .flushFrontBuffer = dri3_flush_front_buffer,
|
D | dri2_glx.c | 855 .flushFrontBuffer = dri2FlushFrontBuffer,
|