Searched refs:n_attributes (Results 1 – 4 of 4) sorted by relevance
1822 GLint n_attributes = 0; in getProgramDetails() local1830 n_attributes = configuration.m_n_attributes_per_group; in getProgramDetails()1844 const GLint attribute_offset = n_type * n_attributes; in getProgramDetails()1851 for (GLint attribute = 0; attribute < n_attributes; ++attribute) in getProgramDetails()1872 stream << "in " << type_name << " attribute_" << n_type << "[" << n_attributes << "];\n"; in getProgramDetails()1897 for (GLint attribute = 0; attribute < n_attributes; ++attribute) in getProgramDetails()1899 const GLint attribute_ordinal = attribute + n_type * n_attributes; in getProgramDetails()2437 const GLint n_attributes = configuration.m_n_attributes_per_group; in setAttributes_a_scalar() local2438 const GLint attribute_index = n_attributes * n_type; in setAttributes_a_scalar()2446 for (GLint attribute = 0; attribute < n_attributes; ++attribute) in setAttributes_a_scalar()[all …]
4319 const unsigned int n_attributes = sizeof(attribute_locations) / sizeof(attribute_locations[0]); in initTestCaseGlobal() local4325 n_attributes); /* n_vs_body_parts */ in initTestCaseGlobal()
1287 for (i = 0; i < token->data.tag.n_attributes; i++) {1338 for (i = 0; i < token->data.tag.n_attributes; i++) {
5120 int n_attributes; in test_xmlSAX2StartElementNs() local5130 for (n_attributes = 0;n_attributes < gen_nb_const_xmlChar_ptr_ptr;n_attributes++) { in test_xmlSAX2StartElementNs()5140 attributes = gen_const_xmlChar_ptr_ptr(n_attributes, 8); in test_xmlSAX2StartElementNs()5152 des_const_xmlChar_ptr_ptr(n_attributes, (const xmlChar **)attributes, 8); in test_xmlSAX2StartElementNs()5166 printf(" %d", n_attributes); in test_xmlSAX2StartElementNs()