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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage.cpp 9 // classes TextureStorageInterface2D and TextureStorageInterfaceCube, which act as the interface to the
66 TextureStorageInterface2D::TextureStorageInterface2D(Renderer *renderer, SwapChain *swapchain)
72 TextureStorageInterface2D::TextureStorageInterface2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height)
78 TextureStorageInterface2D::~TextureStorageInterface2D()
82 RenderTarget *TextureStorageInterface2D::getRenderTarget() const
87 void TextureStorageInterface2D::generateMipmap(int level)
92 unsigned int TextureStorageInterface2D::getRenderTargetSerial(GLenum target) cons
    [all...]
TextureStorage.h 8 // classes TextureStorageInterface2D and TextureStorageInterfaceCube, which act as the interface to the
72 class TextureStorageInterface2D : public TextureStorageInterface
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);

Completed in 27 milliseconds