Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp684 for (size_t firstAttachmentIdx = 0; firstAttachmentIdx < mColorAttachments.size(); in colorAttachmentsAreUniqueImages() local
685 firstAttachmentIdx++) in colorAttachmentsAreUniqueImages()
687 const FramebufferAttachment &firstAttachment = mColorAttachments[firstAttachmentIdx]; in colorAttachmentsAreUniqueImages()
693 for (size_t secondAttachmentIdx = firstAttachmentIdx + 1; in colorAttachmentsAreUniqueImages()