Home
last modified time | relevance | path

Searched refs:readAttachment (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFramebufferImpl.h117 const gl::FramebufferAttachment *readAttachment = mState.getReadAttachment(); in getImplementationColorReadFormat() local
118 return *readAttachment->getFormat().info; in getImplementationColorReadFormat()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp258 const gl::FramebufferAttachment *readAttachment = mState.getReadPixelsAttachment(format); in readPixelsImpl() local
259 ASSERT(readAttachment); in readPixelsImpl()
269 return packBufferStorage->packPixels(context, *readAttachment, packParams); in readPixelsImpl()
272 return mRenderer->readFromAttachment(context, *readAttachment, area, format, type, in readPixelsImpl()
DBuffer11.cpp294 const gl::FramebufferAttachment &readAttachment,
775 const gl::FramebufferAttachment &readAttachment, in packPixels() argument
782 ANGLE_TRY(packStorage->packPixels(context, readAttachment, params)); in packPixels()
1757 const gl::FramebufferAttachment &readAttachment, in packPixels() argument
1763 ANGLE_TRY(readAttachment.getRenderTarget(context, 0, &renderTarget)); in packPixels()
1794 srcBox.front = static_cast<UINT>(readAttachment.layer()); in packPixels()
DBuffer11.h87 const gl::FramebufferAttachment &readAttachment,
/external/angle/src/libANGLE/
DFramebuffer.cpp1010 const FramebufferAttachment *readAttachment = mState.getReadAttachment(); in getReadColorAttachmentType() local
1011 return (readAttachment != nullptr ? readAttachment->type() : GL_NONE); in getReadColorAttachmentType()
1740 const FramebufferAttachment *readAttachment = mState.getReadAttachment(); in getReadBufferResourceSamples() local
1741 ASSERT(readAttachment == nullptr || readAttachment->isAttached()); in getReadBufferResourceSamples()
1743 return readAttachment ? readAttachment->getResourceSamples() : 0; in getReadBufferResourceSamples()
2173 const FramebufferAttachment *readAttachment = getReadColorAttachment(); in formsCopyingFeedbackLoopWith() local
2174 ASSERT(readAttachment); in formsCopyingFeedbackLoopWith()
2176 if (readAttachment->isTextureWithId(copyTextureID)) in formsCopyingFeedbackLoopWith()
2178 const auto &imageIndex = readAttachment->getTextureImageIndex(); in formsCopyingFeedbackLoopWith()
/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp459 const gl::FramebufferAttachment *readAttachment = source->getReadColorAttachment(); in blitColorBufferWithShader() local
460 ASSERT(readAttachment->getSamples() <= 1); in blitColorBufferWithShader()
465 gl::Extents sourceSize = readAttachment->getSize(); in blitColorBufferWithShader()
485 const gl::InternalFormat &sourceInternalFormat = *readAttachment->getFormat().info; in blitColorBufferWithShader()
DFramebufferGL.cpp660 const auto *readAttachment = mState.getReadPixelsAttachment(format); in readPixels() local
661 const gl::Extents fbSize = readAttachment->getSize(); in readPixels()
671 readAttachment->getFormat().info->getReadPixelsFormat(context->getExtensions()); in readPixels()