Searched refs:availableIndex (Results 1 – 1 of 1) sorted by relevance
3824 int availableIndex = AllocateFirstFreeBits(&usedLocations, regs, maxAttribs); in linkAttributes() local3826 if (availableIndex == -1 || static_cast<GLuint>(availableIndex + regs) > maxAttribs) in linkAttributes()3832 attribute.location = availableIndex; in linkAttributes()