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

  /external/mesa3d/src/glx/
drisw_priv.h 47 const __DRIcopySubBufferExtension *copySubBuffer;
driwindows_glx.c 53 Bool copySubBuffer;
446 psc->copySubBuffer = 1;
551 if (psc->copySubBuffer)
552 psp->copySubBuffer = driwindowsCopySubBuffer;
drisw_glx.c 577 (*psc->copySubBuffer->copySubBuffer) (pdp->driDrawable,
634 if (psc->copySubBuffer)
687 psc->copySubBuffer = (__DRIcopySubBufferExtension *) extensions[i];
735 if (psc->copySubBuffer)
736 psp->copySubBuffer = driswCopySubBuffer;
glxclient.h 123 void (*copySubBuffer)(__GLXDRIdrawable *pdraw,
dri_glx.c 730 (*psc->driCopySubBuffer->copySubBuffer) (pdp->driDrawable,
873 psp->copySubBuffer = driCopySubBuffer;
dri3_glx.c 910 psp->copySubBuffer = dri3_copy_sub_buffer;
glxcmds.c     [all...]
dri2_glx.c 524 * driver the opportunity to throttle on flush front, copysubbuffer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 131 void (*copySubBuffer)(__DRIdrawable *drawable, int x, int y, int w, int h);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 137 void (*copySubBuffer)(__DRIdrawable *drawable, int x, int y, int w, int h);
  /external/mesa3d/include/GL/internal/
dri_interface.h 136 void (*copySubBuffer)(__DRIdrawable *drawable, int x, int y, int w, int h);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 923 pdp->driScreenPriv->driver->CopySubBuffer(pdp, x, y, w, h);
930 .copySubBuffer = driCopySubBuffer,

Completed in 185 milliseconds