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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
TextureStorage.cpp 8 // TextureStorage.cpp: Implements the abstract rx::TextureStorageInterface class and its concrete derived
22 unsigned int TextureStorageInterface::mCurrentTextureSerial = 1;
24 TextureStorageInterface::TextureStorageInterface()
30 TextureStorageInterface::~TextureStorageInterface()
35 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();
63 DISALLOW_COPY_AND_ASSIGN(TextureStorageInterface);
71 class TextureStorageInterface2D : public TextureStorageInterface
89 class TextureStorageInterfaceCube : public TextureStorageInterface
106 class TextureStorageInterface3D : public TextureStorageInterface
125 class TextureStorageInterface2DArray : public TextureStorageInterface

Completed in 94 milliseconds