Searched refs:usedLocations (Results 1 – 4 of 4) sorted by relevance
256 std::set<int> usedLocations; in areVertexArrayLocationsValid() local264 if (usedLocations.find(binding.location) != usedLocations.end()) in areVertexArrayLocationsValid()267 usedLocations.insert(binding.location); in areVertexArrayLocationsValid()
374 std::set<int> usedLocations; in verifyLocations() local408 if (usedLocations.find(expectLoc) != usedLocations.end()) in verifyLocations()415 usedLocations.insert(expectLoc); in verifyLocations()419 if (usedLocations.count(gotLoc)) in verifyLocations()426 usedLocations.insert(gotLoc); in verifyLocations()
1222 unsigned int usedLocations = 0; in linkAttributes() local1248 usedLocations |= 1 << (location + i); in linkAttributes()1261 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS); in linkAttributes()
1509 unsigned int usedLocations = 0; in linkAttributes() local1543 usedLocations |= 1 << (location + i); in linkAttributes()1556 int availableIndex = AllocateFirstFreeBits(&usedLocations, rows, MAX_VERTEX_ATTRIBS); in linkAttributes()