HomeSort by relevance Sort by last modified time
    Searched refs:flushFrontBuffer (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 72 dri2->flushFrontBuffer(drawable, drawable->loaderPrivate);
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 401 if (loader->flushFrontBuffer == NULL)
405 loader->flushFrontBuffer(dri_drawable, dri_drawable->loaderPrivate);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 283 if (screen->dri2.loader->flushFrontBuffer != NULL &&
296 screen->dri2.loader->flushFrontBuffer(driDrawable,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 683 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate);
  /external/mesa3d/include/GL/internal/
dri_interface.h 767 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 767 void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 614 && (screen->dri2.loader->flushFrontBuffer != NULL)) {
622 (*screen->dri2.loader->flushFrontBuffer)(drawable, drawable->loaderPrivate);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 726 dri2_dpy->dri2_loader_extension.flushFrontBuffer = droid_flush_front_buffer;
platform_x11.c     [all...]
platform_wayland.c 807 dri2_dpy->dri2_loader_extension.flushFrontBuffer = dri2_flush_front_buffer;

Completed in 3332 milliseconds