Home
last modified time | relevance | path

Searched refs:flushFrontBuffer (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_driver.c72 dri2->flushFrontBuffer(drawable, drawable->loaderPrivate); in nouveau_flush()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.c283 if (screen->dri2.loader->flushFrontBuffer != NULL && in intel_flush_front()
296 screen->dri2.loader->flushFrontBuffer(driDrawable, in intel_flush_front()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_context.c283 if (screen->dri2.loader->flushFrontBuffer != NULL && in intel_flush_front()
296 screen->dri2.loader->flushFrontBuffer(driDrawable, in intel_flush_front()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c283 if (screen->dri2.loader->flushFrontBuffer != NULL && in intel_flush_front()
296 screen->dri2.loader->flushFrontBuffer(driDrawable, in intel_flush_front()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c401 if (loader->flushFrontBuffer == NULL) in dri2_flush_frontbuffer()
405 loader->flushFrontBuffer(dri_drawable, dri_drawable->loaderPrivate); in dri2_flush_frontbuffer()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c614 && (screen->dri2.loader->flushFrontBuffer != NULL)) { in radeonFlush()
622 (*screen->dri2.loader->flushFrontBuffer)(drawable, drawable->loaderPrivate); in radeonFlush()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c614 && (screen->dri2.loader->flushFrontBuffer != NULL)) { in radeonFlush()
622 (*screen->dri2.loader->flushFrontBuffer)(drawable, drawable->loaderPrivate); in radeonFlush()
/external/mesa3d/include/GL/internal/
Ddri_interface.h767 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate); member
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c1111 dri2_dpy->dri2_loader_extension.flushFrontBuffer = dri2_flush_front_buffer; in dri2_initialize_x11_dri2()
1118 dri2_dpy->dri2_loader_extension.flushFrontBuffer = dri2_flush_front_buffer; in dri2_initialize_x11_dri2()
Dplatform_android.c726 dri2_dpy->dri2_loader_extension.flushFrontBuffer = droid_flush_front_buffer; in dri2_initialize_android()
Dplatform_wayland.c807 dri2_dpy->dri2_loader_extension.flushFrontBuffer = dri2_flush_front_buffer; in dri2_initialize_wayland()