Lines Matching defs:locations
242 std::map<std::string, GLint>& locations,
253 std::map<std::string, GLint>::iterator it = locations.begin();
254 while (it != locations.end())
265 locations[name] = res;
832 return "vertex shader with different `in` variables locations set through layout and a fallthrough fragment "
934 return "fragment shader with different `out` variables locations set through layout and a fallthrough vertex "
3248 return "fragment and vertex shaders with no locations set";
3511 return "INVALID_OPERATION is generated when asking for locations after failed link.";
3522 "asking for locations.";
3594 return "INVALID_OPERATION is generated when asking for locations after failed link.";
3605 "verify that INVALID_OPERATION is returned when asking for locations.";
3760 addChild(new TestSubcase(m_context, "no-locations", TestSubcase::Create<NoLocations>));