Searched defs:TextureStorageInterface2D (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DTextureStorage.h8 // classes TextureStorageInterface2D and TextureStorageInterfaceCube, which act as the interface to the
72 class TextureStorageInterface2D : public TextureStorageInterface class in namespace:rx
75 TextureStorageInterface2D(Renderer *renderer, SwapChain *swapchain);
76 TextureStorageInterface2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height);
77 virtual ~TextureStorageInterface2D();
85 DISALLOW_COPY_AND_ASSIGN(TextureStorageInterface2D);
H A DTextureStorage.cpp9 // classes TextureStorageInterface2D and TextureStorageInterfaceCube, which act as the interface to the
66 TextureStorageInterface2D::TextureStorageInterface2D(Renderer *renderer, SwapChain *swapchain) function in class:rx::TextureStorageInterface2D
72 TextureStorageInterface2D::TextureStorageInterface2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height) function in class:rx::TextureStorageInterface2D
78 TextureStorageInterface2D::~TextureStorageInterface2D()
82 RenderTarget *TextureStorageInterface2D::getRenderTarget() const
87 void TextureStorageInterface2D::generateMipmap(int level)
92 unsigned int TextureStorageInterface2D
[all...]

Completed in 73 milliseconds