Searched refs:getAttachmentFormat (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/libANGLE/ |
D | FramebufferAttachment.h | 209 virtual Format getAttachmentFormat(GLenum binding, const ImageIndex &imageIndex) const = 0; 251 return mResource->getAttachmentFormat(mTarget.binding(), mTarget.textureIndex()); in getFormat()
|
D | Image.cpp | 178 gl::Format ExternalImageSibling::getAttachmentFormat(GLenum binding, in getAttachmentFormat() function in egl::ExternalImageSibling 433 mState.format = mState.source->getAttachmentFormat(GL_NONE, mState.imageIndex); in initialize()
|
D | Renderbuffer.h | 140 Format getAttachmentFormat(GLenum binding, const ImageIndex &imageIndex) const override;
|
D | Image.h | 95 gl::Format getAttachmentFormat(GLenum binding, const gl::ImageIndex &imageIndex) const override;
|
D | Surface.h | 144 gl::Format getAttachmentFormat(GLenum binding, const gl::ImageIndex &imageIndex) const override;
|
D | Renderbuffer.cpp | 317 Format Renderbuffer::getAttachmentFormat(GLenum /*binding*/, in getAttachmentFormat() function in gl::Renderbuffer
|
D | Surface.cpp | 566 gl::Format Surface::getAttachmentFormat(GLenum binding, const gl::ImageIndex &target) const in getAttachmentFormat() function in egl::Surface
|
D | Texture.h | 524 Format getAttachmentFormat(GLenum binding, const ImageIndex &imageIndex) const override;
|
D | Framebuffer.cpp | 1802 const InternalFormat *info = resource->getAttachmentFormat(binding, textureIndex).info; in setAttachment() 1995 colorIndex, resource->getAttachmentFormat(binding, textureIndex).info); in setAttachmentImpl()
|
D | Texture.cpp | 1865 Format Texture::getAttachmentFormat(GLenum /*binding*/, const ImageIndex &imageIndex) const in getAttachmentFormat() function in gl::Texture 1910 return getAttachmentFormat(binding, imageIndex) in isRenderable()
|