/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | TextureStorage.cpp | 97 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()
|
D | TextureStorage.h | 90 class TextureStorageInterfaceCube : public TextureStorageInterface 93 …TextureStorageInterfaceCube(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, b… 94 virtual ~TextureStorageInterfaceCube(); 102 DISALLOW_COPY_AND_ASSIGN(TextureStorageInterfaceCube);
|
D | Image9.h | 26 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…
|
D | Image11.h | 27 class TextureStorageInterfaceCube; variable 42 …virtual bool updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffse…
|
D | Blit.h | 23 class TextureStorageInterfaceCube; variable 34 … &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storag…
|
D | Renderer.h | 51 class TextureStorageInterfaceCube; variable 198 …virtual bool copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube *so… 203 …GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level) = …
|
D | Image.h | 25 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…
|
D | Renderer9.h | 155 …virtual bool copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube *so… 160 … GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level);
|
D | Renderer11.h | 137 …virtual bool copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube *so… 142 … GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level);
|
D | Image9.cpp | 266 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()
|
D | Blit.cpp | 250 … &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storag… in copy()
|
D | Image11.cpp | 120 bool Image11::updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffse… in updateSurface()
|
D | Renderer9.cpp | 2567 bool Renderer9::copyToRenderTarget(TextureStorageInterfaceCube *dest, TextureStorageInterfaceCube *… in copyToRenderTarget() 2627 … GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level) in copyImage()
|
D | Renderer11.cpp | 2428 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/ |
D | Texture.h | 33 class TextureStorageInterfaceCube; variable 263 rx::TextureStorageInterfaceCube *mTexStorage;
|
D | Texture.cpp | 1160 …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()
|