HomeSort by relevance Sort by last modified time
    Searched defs:__DRIimage (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 922 typedef struct __DRIimageRec __DRIimage;
927 __DRIimage *(*createImageFromName)(__DRIscreen *screen,
932 __DRIimage *(*createImageFromRenderbuffer)(__DRIcontext *context,
936 void (*destroyImage)(__DRIimage *image);
938 __DRIimage *(*createImage)(__DRIscreen *screen,
943 GLboolean (*queryImage)(__DRIimage *image, int attrib, int *value);
946 * The new __DRIimage will share the content with the old one, see dup(2).
948 __DRIimage *(*dupImage)(__DRIimage *image, void *loaderPrivate);
956 * extension to map them to a __DRIimage. At version 1, thi
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h     [all...]

Completed in 99 milliseconds