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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage11.h 7 // TextureStorage11.h: Defines the abstract rx::TextureStorage11 class and its concrete derived
24 class TextureStorage11 : public TextureStorage
27 TextureStorage11(Renderer *renderer, UINT bindFlags);
28 virtual ~TextureStorage11();
30 static TextureStorage11 *makeTextureStorage11(TextureStorage *storage);
74 DISALLOW_COPY_AND_ASSIGN(TextureStorage11);
79 class TextureStorage11_2D : public TextureStorage11
99 class TextureStorage11_Cube : public TextureStorage11
TextureStorage11.cpp 8 // TextureStorage11.cpp: Implements the abstract rx::TextureStorage11 class and its concrete derived
11 #include "libGLESv2/renderer/TextureStorage11.h"
24 TextureStorage11::TextureStorage11(Renderer *renderer, UINT bindFlags)
40 TextureStorage11::~TextureStorage11()
44 TextureStorage11 *TextureStorage11::makeTextureStorage11(TextureStorage *storage)
46 ASSERT(HAS_DYNAMIC_TYPE(TextureStorage11*, storage))
    [all...]

Completed in 75 milliseconds