Searched refs:expectLoc (Results 1 – 1 of 1) sorted by relevance
394 const int expectLoc = uniformInfo.location >= 0 ? uniformInfo.location+subTypeIndex : -1; in verifyLocations() local396 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()