Home
last modified time | relevance | path

Searched refs:getAttachmentSamples (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/
DFramebufferAttachment.h210 virtual GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const = 0;
263 return mResource->getAttachmentSamples(mTarget.textureIndex()); in getResourceSamples()
DImage.cpp184 GLsizei ExternalImageSibling::getAttachmentSamples(const gl::ImageIndex &imageIndex) const in getAttachmentSamples() function in egl::ExternalImageSibling
447 mState.samples = mState.source->getAttachmentSamples(mState.imageIndex); in initialize()
DRenderbuffer.h141 GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const override;
DImage.h96 GLsizei getAttachmentSamples(const gl::ImageIndex &imageIndex) const override;
DSurface.h145 GLsizei getAttachmentSamples(const gl::ImageIndex &imageIndex) const override;
DRenderbuffer.cpp322 GLsizei Renderbuffer::getAttachmentSamples(const ImageIndex & /*imageIndex*/) const in getAttachmentSamples() function in gl::Renderbuffer
DSurface.cpp571 GLsizei Surface::getAttachmentSamples(const gl::ImageIndex &target) const in getAttachmentSamples() function in egl::Surface
DTexture.h525 GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const override;
DTexture.cpp1882 GLsizei Texture::getAttachmentSamples(const ImageIndex &imageIndex) const in getAttachmentSamples() function in gl::Texture