Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds