Home
last modified time | relevance | path

Searched defs:ImageIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DImageIndex.h17 struct ImageIndex struct
23 ImageIndex(const ImageIndex &other); argument
24 ImageIndex &operator=(const ImageIndex &other); argument
28 static ImageIndex Make2D(GLint mipIndex); argument
36 ImageIndex(GLenum typeIn, GLint mipIndexIn, GLint layerIndexIn); argument
DImageIndex.cpp16 ImageIndex::ImageIndex(const ImageIndex &other) in ImageIndex() function in gl::ImageIndex
51 ImageIndex::ImageIndex(GLenum typeIn, GLint mipIndexIn, GLint layerIndexIn) in ImageIndex() function in gl::ImageIndex
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DTextureStorage9.cpp162 RenderTarget *TextureStorage9_2D::getRenderTarget(const gl::ImageIndex &/*index*/) in getRenderTarget()
/external/giflib/
Ddgif_lib.c590 int ImageIndex, GraphicsControlBlock *GCB) in DGifSavedExtensionToGCB()