Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp702 glw::GLuint m_attribute_position_location; member in gl4cts::QuadsBufferStorageTestCase
Dgl4cSparseBufferTests.cpp3694 , m_attribute_position_location(1) /* predefined attribute locations */ in QuadsBufferStorageTestCase()
4200 m_gl.vertexAttribPointer(m_attribute_position_location, 4, /* size */ in initSparseBO()
4206 m_gl.enableVertexAttribArray(m_attribute_position_location); /* index */ in initSparseBO()
4317 …unsigned int attribute_locations[] = { m_attribute_color_location, m_attribute_position_location }; in initTestCaseGlobal()