Home | History | Annotate | Download | only in renderer

Lines Matching defs:TextureStorageInterface2D

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) const