Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.h195 virtual GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const = 0;
240 return mResource->getAttachmentSamples(mTarget.textureIndex()); in getSamples()
DRenderbuffer.h104 GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const override;
DImage.cpp174 GLsizei ExternalImageSibling::getAttachmentSamples(const gl::ImageIndex &imageIndex) const in getAttachmentSamples() function in egl::ExternalImageSibling
397 mState.samples = mState.source->getAttachmentSamples(mState.imageIndex); in initialize()
DImage.h101 GLsizei getAttachmentSamples(const gl::ImageIndex &imageIndex) const override;
DRenderbuffer.cpp239 GLsizei Renderbuffer::getAttachmentSamples(const ImageIndex & /*imageIndex*/) const in getAttachmentSamples() function in gl::Renderbuffer
DSurface.h128 GLsizei getAttachmentSamples(const gl::ImageIndex &imageIndex) const override;
DSurface.cpp458 GLsizei Surface::getAttachmentSamples(const gl::ImageIndex &target) const in getAttachmentSamples() function in egl::Surface
DTexture.h426 GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const override;
DTexture.cpp1595 GLsizei Texture::getAttachmentSamples(const ImageIndex &imageIndex) const in getAttachmentSamples() function in gl::Texture
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.h215 virtual GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const = 0;
268 return mResource->getAttachmentSamples(mTarget.textureIndex()); in getResourceSamples()
DImage.cpp192 GLsizei ExternalImageSibling::getAttachmentSamples(const gl::ImageIndex &imageIndex) const in getAttachmentSamples() function in egl::ExternalImageSibling
468 mState.samples = mState.source->getAttachmentSamples(mState.imageIndex); in initialize()
DRenderbuffer.h143 GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const override;
DImage.h98 GLsizei getAttachmentSamples(const gl::ImageIndex &imageIndex) const override;
DSurface.h162 GLsizei getAttachmentSamples(const gl::ImageIndex &imageIndex) const override;
DRenderbuffer.cpp345 GLsizei Renderbuffer::getAttachmentSamples(const ImageIndex & /*imageIndex*/) const in getAttachmentSamples() function in gl::Renderbuffer
DSurface.cpp582 GLsizei Surface::getAttachmentSamples(const gl::ImageIndex &target) const in getAttachmentSamples() function in egl::Surface
DTexture.h542 GLsizei getAttachmentSamples(const ImageIndex &imageIndex) const override;
DTexture.cpp1927 GLsizei Texture::getAttachmentSamples(const ImageIndex &imageIndex) const in getAttachmentSamples() function in gl::Texture