Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:TextureAttachment

79 ///// TextureAttachment Implementation ////////
81 TextureAttachment::TextureAttachment(GLenum binding, Texture *texture, const ImageIndex &index)
88 TextureAttachment::~TextureAttachment()
93 GLsizei TextureAttachment::getSamples() const
98 GLuint TextureAttachment::id() const
103 GLsizei TextureAttachment::getWidth() const
108 GLsizei TextureAttachment::getHeight() const
113 GLenum TextureAttachment::getInternalFormat() const
118 GLenum TextureAttachment::getActualFormat() const
123 GLenum TextureAttachment::type() const
128 GLint TextureAttachment::mipLevel() const
133 GLint TextureAttachment::layer() const
138 Texture *TextureAttachment::getTexture()
143 const ImageIndex *TextureAttachment::getTextureImageIndex() const
148 Renderbuffer *TextureAttachment::getRenderbuffer()