HomeSort by relevance Sort by last modified time
    Searched defs:copySubBuffer (Results 1 - 6 of 6) 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;
glxclient.h 123 void (*copySubBuffer)(__GLXDRIdrawable *pdraw,
  /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...]

Completed in 1345 milliseconds