Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1316 : m_n_attributes_per_group(0) in attributeConfiguration()
1326 GLint m_n_attributes_per_group; member
1584 result += configuration.m_n_attributes_per_group * configuration.m_n_elements[i]; in calculateAttributeGroupOffset()
1612 result += n_columns * configuration.m_n_attributes_per_group; in calculateAttributeLocation()
1623 result += n_columns * (configuration.m_n_attributes_per_group - 1 - attribute); in calculateAttributeLocation()
1640 result += configuration.m_n_elements[i] * configuration.m_n_attributes_per_group; in calculateVertexLength()
1660 const GLint attributes_index = n_type * configuration.m_n_attributes_per_group; in configureAttribute()
1668 for (GLint i = 0; i < configuration.m_n_attributes_per_group; ++i) in configureAttribute()
1830 n_attributes = configuration.m_n_attributes_per_group; in getProgramDetails()
2056 out_configuration.m_n_attributes_per_group = max_vertex_attribs / divisor; in getVertexArrayConfiguration()
[all …]