Searched defs:ImageIndex (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DImageIndex.h7 // ImageIndex.h: A helper struct for indexing into an Image array
17 struct ImageIndex struct in namespace:gl
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 Make3
[all...]
H A DImageIndex.cpp7 // ImageIndex.cpp: Implementation for ImageIndex methods.
9 #include "libGLESv2/ImageIndex.h"
16 ImageIndex::ImageIndex(const ImageIndex &other) function in class:gl::ImageIndex
22 ImageIndex &ImageIndex::operator=(const ImageIndex &other)
30 ImageIndex ImageInde
51 ImageIndex::ImageIndex(GLenum typeIn, GLint mipIndexIn, GLint layerIndexIn) function in class:gl::ImageIndex
[all...]
/external/giflib/
H A Ddgif_lib.c590 int ImageIndex, GraphicsControlBlock *GCB)
594 if (ImageIndex < 0 || ImageIndex > GifFile->ImageCount - 1)
602 for (i = 0; i < GifFile->SavedImages[ImageIndex].ExtensionBlockCount; i++) {
603 ExtensionBlock *ep = &GifFile->SavedImages[ImageIndex].ExtensionBlocks[i];
589 DGifSavedExtensionToGCB(GifFileType *GifFile, int ImageIndex, GraphicsControlBlock *GCB) argument

Completed in 158 milliseconds