Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFramebufferImpl.h116 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/
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()
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()
DBuffer11.h87 const gl::FramebufferAttachment &readAttachment,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp1018 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/
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.cpp661 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()