Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDrawUtil.cpp256 std::set<int> usedLocations; in areVertexArrayLocationsValid() local
264 if (usedLocations.find(binding.location) != usedLocations.end()) in areVertexArrayLocationsValid()
267 usedLocations.insert(binding.location); in areVertexArrayLocationsValid()
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp374 std::set<int> usedLocations; in verifyLocations() local
408 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()