Searched refs:usedLocations (Results 1 – 2 of 2) 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()