Lines Matching defs:n_attributes
1822 GLint n_attributes = 0;
1830 n_attributes = configuration.m_n_attributes_per_group;
1844 const GLint attribute_offset = n_type * n_attributes;
1851 for (GLint attribute = 0; attribute < n_attributes; ++attribute)
1872 stream << "in " << type_name << " attribute_" << n_type << "[" << n_attributes << "];\n";
1897 for (GLint attribute = 0; attribute < n_attributes; ++attribute)
1899 const GLint attribute_ordinal = attribute + n_type * n_attributes;
2437 const GLint n_attributes = configuration.m_n_attributes_per_group;
2438 const GLint attribute_index = n_attributes * n_type;
2446 for (GLint attribute = 0; attribute < n_attributes; ++attribute)
2464 const GLint n_attributes = configuration.m_n_attributes_per_group;
2465 const GLint attribute_index = n_attributes * n_type;
2476 for (GLint attribute = 0; attribute < n_attributes; ++attribute)
2497 const GLint n_attributes = configuration.m_n_attributes_per_group;
2498 const GLint attribute_index = n_attributes * n_type;
2517 for (GLint attribute = 0; attribute < n_attributes; ++attribute)
2538 const GLint n_attributes = configuration.m_n_attributes_per_group;
2539 const GLint attribute_index = n_attributes * n_type;
2548 for (GLint attribute = 0; attribute < n_attributes; ++attribute)
3353 const unsigned int n_attributes = sizeof(attributes) / sizeof(attributes[0]);
3355 for (unsigned int n_attribute = 0; n_attribute < n_attributes; ++n_attribute)