• Home
  • Raw
  • Download

Lines Matching refs:TextureImpl

13 TextureImpl::TextureImpl(const gl::TextureState &state) : mState(state) {}  in TextureImpl()  function in rx::TextureImpl
15 TextureImpl::~TextureImpl() {} in ~TextureImpl()
17 void TextureImpl::onDestroy(const gl::Context *context) {} in onDestroy()
19 angle::Result TextureImpl::copyTexture(const gl::Context *context, in copyTexture()
33 angle::Result TextureImpl::copySubTexture(const gl::Context *context, in copySubTexture()
47 angle::Result TextureImpl::copyRenderbufferSubData(const gl::Context *context, in copyRenderbufferSubData()
65 angle::Result TextureImpl::copyTextureSubData(const gl::Context *context, in copyTextureSubData()
83 angle::Result TextureImpl::copyCompressedTexture(const gl::Context *context, in copyCompressedTexture()
90 angle::Result TextureImpl::copy3DTexture(const gl::Context *context, in copy3DTexture()
105 angle::Result TextureImpl::copy3DSubTexture(const gl::Context *context, in copy3DSubTexture()
120 angle::Result TextureImpl::setImageExternal(const gl::Context *context, in setImageExternal()
131 angle::Result TextureImpl::setBuffer(const gl::Context *context, GLenum internalFormat) in setBuffer()
137 GLint TextureImpl::getMemorySize() const in getMemorySize()
142 GLint TextureImpl::getLevelMemorySize(gl::TextureTarget target, GLint level) in getLevelMemorySize()
147 GLint TextureImpl::getNativeID() const in getNativeID()
153 GLenum TextureImpl::getColorReadFormat(const gl::Context *context) in getColorReadFormat()
159 GLenum TextureImpl::getColorReadType(const gl::Context *context) in getColorReadType()
165 angle::Result TextureImpl::getTexImage(const gl::Context *context, in getTexImage()
178 angle::Result TextureImpl::getCompressedTexImage(const gl::Context *context, in getCompressedTexImage()
189 GLint TextureImpl::getRequiredExternalTextureImageUnits(const gl::Context *context) in getRequiredExternalTextureImageUnits()
195 angle::Result TextureImpl::onLabelUpdate(const gl::Context *context) in onLabelUpdate()