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_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

Completed in 39 milliseconds