Lines Matching defs:locations
294 std::map<std::string, GLint>& locations,
305 std::map<std::string, GLint>::iterator it = locations.begin();
306 while (it != locations.end())
317 locations[name] = res;
972 return "vertex shader with different `in` variables locations set through layout and a fallthrough fragment "
1084 return "fragment shader with different `out` variables locations set through layout and a fallthrough vertex "
1191 "locations set through layout and a fallthrough vertex shader";
4454 return "fragment and vertex shaders with no locations set";
4876 return "INVALID_OPERATION is generated when asking for locations after failed link.";
4887 "asking for locations.";
4960 return "INVALID_OPERATION is generated when asking for locations after failed link.";
4971 "verify that INVALID_OPERATION is returned when asking for locations.";
5138 addChild(new TestSubcase(m_context, "no-locations", TestSubcase::Create<NoLocations>));