Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp693 for (size_t secondAttachmentIdx = firstAttachmentIdx + 1; in colorAttachmentsAreUniqueImages() local
694 secondAttachmentIdx < mColorAttachments.size(); secondAttachmentIdx++) in colorAttachmentsAreUniqueImages()
696 const FramebufferAttachment &secondAttachment = mColorAttachments[secondAttachmentIdx]; in colorAttachmentsAreUniqueImages()