Home
last modified time | relevance | path

Searched refs:TextureStorageInterfaceCube (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DTextureStorage.cpp97 TextureStorageInterfaceCube::TextureStorageInterfaceCube(Renderer *renderer, int levels, GLenum int… in TextureStorageInterfaceCube() function in rx::TextureStorageInterfaceCube
103 TextureStorageInterfaceCube::~TextureStorageInterfaceCube() in ~TextureStorageInterfaceCube()
107 RenderTarget *TextureStorageInterfaceCube::getRenderTarget(GLenum faceTarget) const in getRenderTarget()
112 void TextureStorageInterfaceCube::generateMipmap(int face, int level) in generateMipmap()
117 unsigned int TextureStorageInterfaceCube::getRenderTargetSerial(GLenum target) const in getRenderTargetSerial()
DTextureStorage.h90 class TextureStorageInterfaceCube : public TextureStorageInterface
93TextureStorageInterfaceCube(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, b…
94 virtual ~TextureStorageInterfaceCube();
102 DISALLOW_COPY_AND_ASSIGN(TextureStorageInterfaceCube);
DImage9.h26 class TextureStorageInterfaceCube; variable
49 virtual void setManagedSurface(TextureStorageInterfaceCube *storage, int face, int level);
51 …virtual bool updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffse…
DImage11.h27 class TextureStorageInterfaceCube; variable
42 …virtual bool updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffse…
DBlit.h23 class TextureStorageInterfaceCube; variable
34 … &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storag…
DRenderer.h51 class TextureStorageInterfaceCube; variable
198 …virtual bool copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube *so…
203 …GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level) = …
DImage.h25 class TextureStorageInterfaceCube; variable
43 virtual void setManagedSurface(TextureStorageInterfaceCube *storage, int face, int level) {}; in setManagedSurface()
45 …virtual bool updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffse…
DRenderer9.h155 …virtual bool copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube *so…
160 … GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level);
DRenderer11.h137 …virtual bool copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube *so…
142 … GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level);
DImage9.cpp266 void Image9::setManagedSurface(TextureStorageInterfaceCube *storage, int face, int level) in setManagedSurface()
298 bool Image9::updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset… in updateSurface()
DBlit.cpp250 … &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storag… in copy()
DImage11.cpp120 bool Image11::updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffse… in updateSurface()
DRenderer9.cpp2567 bool Renderer9::copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube *… in copyToRenderTarget()
2627 … GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level) in copyImage()
DRenderer11.cpp2428 bool Renderer11::copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube in copyToRenderTarget()
2500 … GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level) in copyImage()
/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.h33 class TextureStorageInterfaceCube; variable
263 rx::TextureStorageInterfaceCube *mTexStorage;
DTexture.cpp1160 …mTexStorage = new rx::TextureStorageInterfaceCube(mRenderer, levels, internalformat, mUsage, false… in createTexture()
1200 rx::TextureStorageInterfaceCube *newTexStorage = NULL; in convertToRenderTarget()
1208 …newTexStorage = new rx::TextureStorageInterfaceCube(mRenderer, levels, internalformat, GL_FRAMEBUF… in convertToRenderTarget()
1356 …mTexStorage = new rx::TextureStorageInterfaceCube(mRenderer, levels, internalformat, mUsage, false… in storage()