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

  /external/chromium_org/third_party/angle/src/libGLESv2/
ImageIndex.cpp 7 // ImageIndex.cpp: Implementation for ImageIndex methods.
9 #include "libGLESv2/ImageIndex.h"
16 ImageIndex::ImageIndex(const ImageIndex &other)
22 ImageIndex &ImageIndex::operator=(const ImageIndex &other)
30 ImageIndex ImageIndex::Make2D(GLint mipIndex
    [all...]
ImageIndex.h 7 // ImageIndex.h: A helper struct for indexing into an Image array
17 struct ImageIndex
23 ImageIndex(const ImageIndex &other);
24 ImageIndex &operator=(const ImageIndex &other);
28 static ImageIndex Make2D(GLint mipIndex);
29 static ImageIndex MakeCube(GLenum target, GLint mipIndex);
30 static ImageIndex Make2DArray(GLint mipIndex, GLint layerIndex);
31 static ImageIndex Make3D(GLint mipIndex, GLint layerIndex = ENTIRE_LEVEL)
    [all...]

Completed in 198 milliseconds