Searched refs:mColorAttachments (Results 1 – 2 of 2) sorted by relevance
353 mColorAttachments(1), in FramebufferState()375 mColorAttachments(caps.maxColorAttachments), in FramebufferState()458 ASSERT(readIndex < mColorAttachments.size()); in getReadIndex()471 isDefault() ? mDefaultFramebufferReadAttachment : mColorAttachments[readIndex]; in getReadAttachment()501 for (const FramebufferAttachment &colorAttachment : mColorAttachments) in getFirstColorAttachment()536 ASSERT(colorAttachment < mColorAttachments.size()); in getColorAttachment()537 return mColorAttachments[colorAttachment].isAttached() ? &mColorAttachments[colorAttachment] in getColorAttachment()583 for (const FramebufferAttachment &attachment : mColorAttachments) in getAttachmentExtentsIntersection()628 for (const auto &attachment : mColorAttachments) in attachmentsHaveSameDimensions()684 for (size_t firstAttachmentIdx = 0; firstAttachmentIdx < mColorAttachments.size(); in colorAttachmentsAreUniqueImages()[all …]
91 return mColorAttachments; in getColorAttachments()154 std::vector<FramebufferAttachment> mColorAttachments; variable253 return mState.mColorAttachments; in getColorAttachments()