Home
last modified time | relevance | path

Searched refs:n_attributes (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1822 GLint n_attributes = 0; in getProgramDetails() local
1830 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() local
2438 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 …]
Dgl4cSparseBufferTests.cpp4319 const unsigned int n_attributes = sizeof(attribute_locations) / sizeof(attribute_locations[0]); in initTestCaseGlobal() local
4325 n_attributes); /* n_vs_body_parts */ in initTestCaseGlobal()
/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c1287 for (i = 0; i < token->data.tag.n_attributes; i++) {
1338 for (i = 0; i < token->data.tag.n_attributes; i++) {
/external/libxml2/
Dtestapi.c5120 int n_attributes; in test_xmlSAX2StartElementNs() local
5130 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()