Searched refs:StringIntMap (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp53 typedef std::map<String, glw::GLint> StringIntMap; typedef in namespace:glcts
217 StringIntMap getUniformLocations(StringVector args) const
220 StringIntMap locations;
284 virtual StringIntMap getBindingPoints(StringVector args) const
286 StringIntMap bindingPoints;
288 StringIntMap locations = getUniformLocations(args);
292 for (StringIntMap::iterator it = locations.begin(); it != locations.end(); it++)
310 StringIntMap locations = getUniformLocations(list);
313 for (StringIntMap::iterator it = locations.begin(); it != locations.end(); it++)
322 virtual StringIntMap getOffset
[all...]

Completed in 2111 milliseconds