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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
TextureStorage.cpp 9 // classes TextureStorageInterface2D and TextureStorageInterfaceCube, which act as the interface to the
97 TextureStorageInterfaceCube::TextureStorageInterfaceCube(Renderer *renderer, GLenum internalformat, bool renderTarget, int size, int levels)
103 TextureStorageInterfaceCube::~TextureStorageInterfaceCube()
107 RenderTarget *TextureStorageInterfaceCube::getRenderTarget(GLenum faceTarget, GLint level) const
112 void TextureStorageInterfaceCube::generateMipmap(int faceIndex, int level)
117 unsigned int TextureStorageInterfaceCube::getRenderTargetSerial(GLenum target, GLint level) const
TextureStorage.h 8 // classes TextureStorageInterface2D and TextureStorageInterfaceCube, which act as the interface to the
89 class TextureStorageInterfaceCube : public TextureStorageInterface
92 TextureStorageInterfaceCube(Renderer *renderer, GLenum internalformat, bool renderTarget, int size, int levels);
93 virtual ~TextureStorageInterfaceCube();
101 DISALLOW_COPY_AND_ASSIGN(TextureStorageInterfaceCube);

Completed in 32 milliseconds