Home
last modified time | relevance | path

Searched refs:mColorAttachments (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp356 mColorAttachments(1), in FramebufferState()
378 mColorAttachments(caps.maxColorAttachments), in FramebufferState()
461 ASSERT(readIndex < mColorAttachments.size()); in getReadIndex()
474 isDefault() ? mDefaultFramebufferReadAttachment : mColorAttachments[readIndex]; in getReadAttachment()
504 for (const FramebufferAttachment &colorAttachment : mColorAttachments) in getFirstColorAttachment()
539 ASSERT(colorAttachment < mColorAttachments.size()); in getColorAttachment()
540 return mColorAttachments[colorAttachment].isAttached() ? &mColorAttachments[colorAttachment] in getColorAttachment()
586 for (const FramebufferAttachment &attachment : mColorAttachments) in getAttachmentExtentsIntersection()
631 for (const auto &attachment : mColorAttachments) in attachmentsHaveSameDimensions()
687 for (size_t firstAttachmentIdx = 0; firstAttachmentIdx < mColorAttachments.size(); in colorAttachmentsAreUniqueImages()
[all …]
DFramebuffer.h89 return mColorAttachments; in getColorAttachments()
154 std::vector<FramebufferAttachment> mColorAttachments; variable
253 return mState.mColorAttachments; in getColorAttachments()