Searched refs:readAttachment (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | FramebufferImpl.h | 116 const gl::FramebufferAttachment *readAttachment = mState.getReadAttachment(); in getImplementationColorReadFormat() local 117 return *readAttachment->getFormat().info; in getImplementationColorReadFormat()
|
/third_party/skia/third_party/externals/angle2/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() 1762 const gl::FramebufferAttachment &readAttachment, in packPixels() argument 1768 ANGLE_TRY(readAttachment.getRenderTarget(context, 0, &renderTarget)); in packPixels() 1799 srcBox.front = static_cast<UINT>(readAttachment.layer()); in packPixels()
|
D | Buffer11.h | 87 const gl::FramebufferAttachment &readAttachment,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 1018 const FramebufferAttachment *readAttachment = mState.getReadAttachment(); in getReadColorAttachmentType() local 1019 return (readAttachment != nullptr ? readAttachment->type() : GL_NONE); in getReadColorAttachmentType() 1748 const FramebufferAttachment *readAttachment = mState.getReadAttachment(); in getReadBufferResourceSamples() local 1749 ASSERT(readAttachment == nullptr || readAttachment->isAttached()); in getReadBufferResourceSamples() 1751 return readAttachment ? readAttachment->getResourceSamples() : 0; in getReadBufferResourceSamples() 2189 const FramebufferAttachment *readAttachment = getReadColorAttachment(); in formsCopyingFeedbackLoopWith() local 2190 ASSERT(readAttachment); in formsCopyingFeedbackLoopWith() 2192 if (readAttachment->isTextureWithId(copyTextureID)) in formsCopyingFeedbackLoopWith() 2194 const auto &imageIndex = readAttachment->getTextureImageIndex(); in formsCopyingFeedbackLoopWith()
|
/third_party/skia/third_party/externals/angle2/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 | 661 const auto *readAttachment = mState.getReadPixelsAttachment(format); in readPixels() local 662 const gl::Extents fbSize = readAttachment->getSize(); in readPixels() 672 readAttachment->getFormat().info->getReadPixelsFormat(context->getExtensions()); in readPixels()
|