Searched refs:attribute_type (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 1370 …void logTestIterationAndConfig(_iteration iteration, _attributeType attribute_type, bool use_array… 1376 void prepareVertexArray(_iteration iteration, _attributeType attribute_type, GLuint program_id, 2185 void LimitTest::logTestIterationAndConfig(_iteration iteration, _attributeType attribute_type, bool… in logTestIterationAndConfig() argument 2246 switch (attribute_type) in logTestIterationAndConfig() 2313 void LimitTest::prepareVertexArray(_iteration iteration, _attributeType attribute_type, GLuint prog… in prepareVertexArray() argument 2317 const GLuint vertex_attrib_divisor = (PER_INSTANCE == attribute_type) ? 1 : 0; in prepareVertexArray() 2335 …eAttribute(iteration, configuration, n_type, program_id, use_arrays, (CONSTANT != attribute_type)); in prepareVertexArray()
|