Lines Matching defs:location
1037 * @param line_number Line number refereing to location of "function_name"
1133 * @param line_number Line number refering to location of "function_name", used to log errors
1276 * should be granted exactly one location).
1590 /** Calculates attribute location for manually setting "layout(location =)".
1597 * @return Calculated location
1605 /* Amount of location required for types after given "n_type" */
1683 /* get location */
1855 const GLint location = calculateAttributeLocation(configuration, attribute, n_type);
1857 stream << "layout(location = " << location << ") ";
1867 const GLint location = calculateAttributeLocation(configuration, m_array_attribute, n_type);
1869 stream << "layout(location = " << location << ") ";