Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp288 const gl::FramebufferAttachment *readBuffer = sourceFramebuffer->getReadColorAttachment(); in blitImpl()
DImage11.cpp376 const gl::FramebufferAttachment *srcAttachment = sourceFBO->getReadColorAttachment(); in copyFromFramebuffer()
DRenderer11.cpp2379 const gl::FramebufferAttachment *colorAttachment = framebuffer->getReadColorAttachment(); in copyImageInternal()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFramebuffer.h241 const FramebufferAttachment *getReadColorAttachment() const;
DFramebuffer.cpp970 const FramebufferAttachment *Framebuffer::getReadColorAttachment() const in getReadColorAttachment() function in gl::Framebuffer
2075 const FramebufferAttachment *readAttachment = getReadColorAttachment(); in formsCopyingFeedbackLoopWith()
DTexture.cpp1192 Extents fbSize = source->getReadColorAttachment()->getSize(); in copyImage()
1251 Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
DvalidationES.cpp1436 const FramebufferAttachment *readColorBuffer = readFramebuffer->getReadColorAttachment(); in ValidateBlitFramebufferParameters()
2417 const FramebufferAttachment *attachment = readFramebuffer->getReadColorAttachment(); in ValidateStateQuery()
2617 const FramebufferAttachment *source = readFramebuffer->getReadColorAttachment(); in ValidateCopyTexImageParametersBase()
5807 readBuffer = readFramebuffer->getReadColorAttachment(); in ValidateReadPixelsBase()
DvalidationES2.cpp357 framebuffer->getReadColorAttachment()->getFormat().info->sizedInternalFormat; in ValidateES2CopyTexImageParameters()
2712 readFramebuffer->getReadColorAttachment(); in ValidateBlitFramebufferANGLE()
DvalidationES3.cpp1059 const FramebufferAttachment *source = framebuffer->getReadColorAttachment(); in ValidateES3CopyTexImageParametersBase()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1037 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copyImage()
1095 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
1790 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copyImage()
1848 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
2569 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
3265 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp675 const gl::FramebufferAttachment *readBuffer = source->getReadColorAttachment(); in copyImage()
795 source->getReadColorAttachment() && in copySubImage()
796 source->getReadColorAttachment()->type() == GL_RENDERBUFFER) in copySubImage()
DFramebufferGL.cpp716 const FramebufferAttachment *colorReadAttachment = sourceFramebuffer->getReadColorAttachment(); in blit()
DBlitGL.cpp458 const gl::FramebufferAttachment *readAttachment = source->getReadColorAttachment(); in blitColorBufferWithShader()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp783 const gl::FramebufferAttachment *srcAttachment = source->getReadColorAttachment(); in copyFromFramebuffer()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1141 gl::Extents fbSize = source->getReadColorAttachment()->getSize();
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp418 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImageImpl()