Home
last modified time | relevance | path

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

/external/angle/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.cpp2465 const gl::FramebufferAttachment *colorAttachment = framebuffer->getReadColorAttachment(); in copyImageInternal()
/external/angle/src/libANGLE/
DFramebuffer.h246 const FramebufferAttachment *getReadColorAttachment() const;
DFramebuffer.cpp1003 const FramebufferAttachment *Framebuffer::getReadColorAttachment() const in getReadColorAttachment() function in gl::Framebuffer
2173 const FramebufferAttachment *readAttachment = getReadColorAttachment(); in formsCopyingFeedbackLoopWith()
DTexture.cpp1313 const FramebufferAttachment *sourceReadAttachment = source->getReadColorAttachment(); in copyImage()
1379 Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
DvalidationES.cpp1505 const FramebufferAttachment *readColorBuffer = readFramebuffer->getReadColorAttachment(); in ValidateBlitFramebufferParameters()
2722 const FramebufferAttachment *attachment = readFramebuffer->getReadColorAttachment(); in ValidateStateQuery()
3525 const FramebufferAttachment *source = readFramebuffer->getReadColorAttachment(); in ValidateCopyTexImageParametersBase()
6815 readBuffer = readFramebuffer->getReadColorAttachment(); in ValidateReadPixelsBase()
DvalidationES2.cpp389 framebuffer->getReadColorAttachment()->getFormat().info->sizedInternalFormat; in ValidateES2CopyTexImageParameters()
2641 readFramebuffer->getReadColorAttachment(); in ValidateBlitFramebufferANGLE()
DvalidationES3.cpp1150 const FramebufferAttachment *source = framebuffer->getReadColorAttachment(); in ValidateES3CopyTexImageParametersBase()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1064 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copyImage()
1122 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
1819 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copyImage()
1877 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
2600 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
3296 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImage()
/external/angle/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.cpp754 const FramebufferAttachment *colorReadAttachment = sourceFramebuffer->getReadColorAttachment(); in blit()
DBlitGL.cpp459 const gl::FramebufferAttachment *readAttachment = source->getReadColorAttachment(); in blitColorBufferWithShader()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp783 const gl::FramebufferAttachment *srcAttachment = source->getReadColorAttachment(); in copyFromFramebuffer()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp701 gl::Extents fbSize = source->getReadColorAttachment()->getSize(); in copySubImageImpl()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm966 gl::Extents fbSize = source->getReadColorAttachment()->getSize();