Home
last modified time | relevance | path

Searched refs:getAttachmentFormat (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/
DFramebufferAttachment.h209 virtual Format getAttachmentFormat(GLenum binding, const ImageIndex &imageIndex) const = 0;
251 return mResource->getAttachmentFormat(mTarget.binding(), mTarget.textureIndex()); in getFormat()
DImage.cpp178 gl::Format ExternalImageSibling::getAttachmentFormat(GLenum binding, in getAttachmentFormat() function in egl::ExternalImageSibling
433 mState.format = mState.source->getAttachmentFormat(GL_NONE, mState.imageIndex); in initialize()
DRenderbuffer.h140 Format getAttachmentFormat(GLenum binding, const ImageIndex &imageIndex) const override;
DImage.h95 gl::Format getAttachmentFormat(GLenum binding, const gl::ImageIndex &imageIndex) const override;
DSurface.h144 gl::Format getAttachmentFormat(GLenum binding, const gl::ImageIndex &imageIndex) const override;
DRenderbuffer.cpp317 Format Renderbuffer::getAttachmentFormat(GLenum /*binding*/, in getAttachmentFormat() function in gl::Renderbuffer
DSurface.cpp566 gl::Format Surface::getAttachmentFormat(GLenum binding, const gl::ImageIndex &target) const in getAttachmentFormat() function in egl::Surface
DTexture.h524 Format getAttachmentFormat(GLenum binding, const ImageIndex &imageIndex) const override;
DFramebuffer.cpp1802 const InternalFormat *info = resource->getAttachmentFormat(binding, textureIndex).info; in setAttachment()
1995 colorIndex, resource->getAttachmentFormat(binding, textureIndex).info); in setAttachmentImpl()
DTexture.cpp1865 Format Texture::getAttachmentFormat(GLenum /*binding*/, const ImageIndex &imageIndex) const in getAttachmentFormat() function in gl::Texture
1910 return getAttachmentFormat(binding, imageIndex) in isRenderable()