Searched refs:readAttachment (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | FramebufferImpl.h | 117 const gl::FramebufferAttachment *readAttachment = mState.getReadAttachment(); in getImplementationColorReadFormat() local 118 return *readAttachment->getFormat().info; in getImplementationColorReadFormat()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 258 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()
|
D | Buffer11.cpp | 294 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()
|
D | Buffer11.h | 87 const gl::FramebufferAttachment &readAttachment,
|
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 1010 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/ |
D | BlitGL.cpp | 459 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()
|
D | FramebufferGL.cpp | 660 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()
|