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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage9.h 7 // TextureStorage9.h: Defines the abstract rx::TextureStorage9 class and its concrete derived
25 class TextureStorage9 : public TextureStorage
28 TextureStorage9(Renderer *renderer, DWORD usage);
29 virtual ~TextureStorage9();
31 static TextureStorage9 *makeTextureStorage9(TextureStorage *storage);
55 DISALLOW_COPY_AND_ASSIGN(TextureStorage9);
61 class TextureStorage9_2D : public TextureStorage9
84 class TextureStorage9_Cube : public TextureStorage9
TextureStorage9.cpp 8 // TextureStorage9.cpp: Implements the abstract rx::TextureStorage9 class and its concrete derived
14 #include "libGLESv2/renderer/TextureStorage9.h"
22 TextureStorage9::TextureStorage9(Renderer *renderer, DWORD usage)
30 TextureStorage9::~TextureStorage9()
34 TextureStorage9 *TextureStorage9::makeTextureStorage9(TextureStorage *storage)
36 ASSERT(HAS_DYNAMIC_TYPE(TextureStorage9*, storage))
    [all...]
Image9.cpp 18 #include "libGLESv2/renderer/TextureStorage9.h"
241 return TextureStorage9::IsTextureFormatRenderable(getD3DFormat());
Renderer9.cpp 21 #include "libGLESv2/renderer/TextureStorage9.h"
774 TextureStorage9 *storage9 = TextureStorage9::makeTextureStorage9(texStorage->getStorageInstance());
    [all...]

Completed in 61 milliseconds