Searched refs:flushFrontBuffer (Results 1 – 11 of 11) sorted by relevance
72 dri2->flushFrontBuffer(drawable, drawable->loaderPrivate); in nouveau_flush()
283 if (screen->dri2.loader->flushFrontBuffer != NULL && in intel_flush_front()296 screen->dri2.loader->flushFrontBuffer(driDrawable, in intel_flush_front()
401 if (loader->flushFrontBuffer == NULL) in dri2_flush_frontbuffer()405 loader->flushFrontBuffer(dri_drawable, dri_drawable->loaderPrivate); in dri2_flush_frontbuffer()
614 && (screen->dri2.loader->flushFrontBuffer != NULL)) { in radeonFlush()622 (*screen->dri2.loader->flushFrontBuffer)(drawable, drawable->loaderPrivate); in radeonFlush()
767 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate); member
1111 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()
726 dri2_dpy->dri2_loader_extension.flushFrontBuffer = droid_flush_front_buffer; in dri2_initialize_android()
807 dri2_dpy->dri2_loader_extension.flushFrontBuffer = dri2_flush_front_buffer; in dri2_initialize_wayland()