Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp696 for (size_t secondAttachmentIdx = firstAttachmentIdx + 1; in colorAttachmentsAreUniqueImages() local
697 secondAttachmentIdx < mColorAttachments.size(); secondAttachmentIdx++) in colorAttachmentsAreUniqueImages()
699 const FramebufferAttachment &secondAttachment = mColorAttachments[secondAttachmentIdx]; in colorAttachmentsAreUniqueImages()