HomeSort by relevance Sort by last modified time
    Searched refs:TextureStorageInterface (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage.cpp 8 // TextureStorage.cpp: Implements the abstract rx::TextureStorageInterface class and its concrete derived
21 unsigned int TextureStorageInterface::mCurrentTextureSerial = 1;
23 TextureStorageInterface::TextureStorageInterface()
29 TextureStorageInterface::~TextureStorageInterface()
34 bool TextureStorageInterface::isRenderTarget() const
40 bool TextureStorageInterface::isManaged() const
45 unsigned int TextureStorageInterface::getTextureSerial() const
50 unsigned int TextureStorageInterface::issueTextureSerial(
    [all...]
TextureStorage.h 7 // TextureStorage.h: Defines the abstract rx::TextureStorageInterface class and its concrete derived
44 class TextureStorageInterface
47 TextureStorageInterface();
48 virtual ~TextureStorageInterface();
64 DISALLOW_COPY_AND_ASSIGN(TextureStorageInterface);
72 class TextureStorageInterface2D : public TextureStorageInterface
90 class TextureStorageInterfaceCube : public TextureStorageInterface
Renderer11.cpp 596 TextureStorageInterface *texStorage = texture->getNativeTexture();
    [all...]
Renderer9.cpp 771 TextureStorageInterface *texStorage = texture->getNativeTexture();
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Texture.h 31 class TextureStorageInterface;
85 rx::TextureStorageInterface *getNativeTexture();
129 virtual rx::TextureStorageInterface *getStorage(bool renderTarget) = 0;
179 virtual rx::TextureStorageInterface *getStorage(bool renderTarget);
252 virtual rx::TextureStorageInterface *getStorage(bool renderTarget);
Texture.cpp 165 rx::TextureStorageInterface *texture = getStorage(false);
237 rx::TextureStorageInterface *Texture::getNativeTexture()
241 rx::TextureStorageInterface *storage = getStorage(false);
262 rx::TextureStorageInterface *texture = getStorage(false);
268 rx::TextureStorageInterface *texture = getStorage(true);
865 rx::TextureStorageInterface *Texture2D::getStorage(bool renderTarget)
    [all...]

Completed in 43 milliseconds