Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp394 const int expectLoc = uniformInfo.location >= 0 ? uniformInfo.location+subTypeIndex : -1; in verifyLocations() local
396 if (expectLoc >= 0) in verifyLocations()
401 if (gotLoc != expectLoc) in verifyLocations()
403 …name << " in location " << gotLoc << " when it should have been in " << expectLoc << TestLog::EndM… in verifyLocations()
408 if (usedLocations.find(expectLoc) != usedLocations.end()) in verifyLocations()
415 usedLocations.insert(expectLoc); in verifyLocations()