Home
last modified time | relevance | path

Searched refs:getReadColorAttachment (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp288 const gl::FramebufferAttachment *readBuffer = sourceFramebuffer->getReadColorAttachment(); in blitImpl()
DImage11.cpp378 const gl::FramebufferAttachment *srcAttachment = sourceFBO->getReadColorAttachment(); in copyFromFramebuffer()
DRenderer11.cpp2476 const gl::FramebufferAttachment *colorAttachment = framebuffer->getReadColorAttachment(); in copyImageInternal()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h246 const FramebufferAttachment *getReadColorAttachment() const;
DFramebuffer.cpp1011 const FramebufferAttachment *Framebuffer::getReadColorAttachment() const in getReadColorAttachment() function in gl::Framebuffer
2189 const FramebufferAttachment *readAttachment = getReadColorAttachment(); in formsCopyingFeedbackLoopWith()
DTexture.cpp1336 const FramebufferAttachment *sourceReadAttachment = source->getReadColorAttachment(); in copyImage()
1403 Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
DvalidationES.cpp1564 const FramebufferAttachment *readColorBuffer = readFramebuffer->getReadColorAttachment(); in ValidateBlitFramebufferParameters()
2871 const FramebufferAttachment *attachment = readFramebuffer->getReadColorAttachment(); in ValidateStateQuery()
3698 const FramebufferAttachment *source = readFramebuffer->getReadColorAttachment(); in ValidateCopyTexImageParametersBase()
7101 readBuffer = readFramebuffer->getReadColorAttachment(); in ValidateReadPixelsBase()
DvalidationES2.cpp395 framebuffer->getReadColorAttachment()->getFormat().info->sizedInternalFormat; in ValidateES2CopyTexImageParameters()
2441 readFramebuffer->getReadColorAttachment(); in ValidateBlitFramebufferANGLE()
DvalidationES3.cpp1220 const FramebufferAttachment *source = framebuffer->getReadColorAttachment(); in ValidateES3CopyTexImageParametersBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1071 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copyImage()
1128 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
1825 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copyImage()
1882 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
2605 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
3301 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp722 const gl::FramebufferAttachment *readBuffer = source->getReadColorAttachment(); in copyImage()
844 source->getReadColorAttachment() && in copySubImage()
845 source->getReadColorAttachment()->type() == GL_RENDERBUFFER) in copySubImage()
DFramebufferGL.cpp755 const FramebufferAttachment *colorReadAttachment = sourceFramebuffer->getReadColorAttachment(); in blit()
DBlitGL.cpp459 const gl::FramebufferAttachment *readAttachment = source->getReadColorAttachment(); in blitColorBufferWithShader()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp785 const gl::FramebufferAttachment *srcAttachment = source->getReadColorAttachment(); in copyFromFramebuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DTextureMtl.mm1113 gl::Extents fbSize = source->getReadColorAttachment()->getSize();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp731 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImageImpl()