Searched refs:flushFrontBuffer (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_driver.c | 81 dri2->flushFrontBuffer(drawable, drawable->loaderPrivate); in nouveau_flush()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_surfaceless.c | 256 .flushFrontBuffer = surfaceless_flush_front_buffer,
|
D | platform_android.c | 1081 .flushFrontBuffer = droid_flush_front_buffer, 1089 .flushFrontBuffer = droid_flush_front_buffer,
|
D | platform_x11_dri3.c | 381 .flushFrontBuffer = dri3_flush_front_buffer,
|
D | platform_x11.c | 1411 .flushFrontBuffer = dri2_x11_flush_front_buffer, 1419 .flushFrontBuffer = dri2_x11_flush_front_buffer,
|
D | platform_wayland.c | 590 .flushFrontBuffer = dri2_wl_flush_front_buffer, 598 .flushFrontBuffer = dri2_wl_flush_front_buffer,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 586 && (screen->dri2.loader->flushFrontBuffer != NULL)) { in radeonFlush() 594 screen->dri2.loader->flushFrontBuffer(drawable, drawable->loaderPrivate); in radeonFlush()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 103 …creen)->image.loader ? (screen)->image.loader->flushFrontBuffer : (screen)->dri2.loader->flushFron…
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 991 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate); member 1637 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate); member
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 586 && (screen->dri2.loader->flushFrontBuffer != NULL)) { in radeonFlush() 594 screen->dri2.loader->flushFrontBuffer(drawable, drawable->loaderPrivate); in radeonFlush()
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 209 .flushFrontBuffer = dri_flush_front_buffer, 217 .flushFrontBuffer = dri_flush_front_buffer,
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri2.c | 753 image->flushFrontBuffer(dri_drawable, dri_drawable->loaderPrivate); in dri2_flush_frontbuffer() 755 else if (loader->flushFrontBuffer) { in dri2_flush_frontbuffer() 756 loader->flushFrontBuffer(dri_drawable, dri_drawable->loaderPrivate); in dri2_flush_frontbuffer()
|
/external/mesa3d/src/glx/ |
D | dri2_glx.c | 953 .flushFrontBuffer = dri2FlushFrontBuffer, 961 .flushFrontBuffer = dri2FlushFrontBuffer,
|
D | dri3_glx.c | 505 .flushFrontBuffer = dri3_flush_front_buffer,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 367 …creen)->image.loader ? (screen)->image.loader->flushFrontBuffer : (screen)->dri2.loader->flushFron…
|