Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.hpp701 glw::GLuint m_attribute_color_location; member in gl4cts::QuadsBufferStorageTestCase
H A Dgl4cSparseBufferTests.cpp3693 : m_attribute_color_location(0) /* predefined attribute locations */ in QuadsBufferStorageTestCase()
4211 m_gl.vertexAttribPointer(m_attribute_color_location, 4, /* size */
4217 m_gl.enableVertexAttribArray(m_attribute_color_location); /* index */
4222 m_gl.vertexAttrib4f(m_attribute_color_location, 1.0f, 1.0f, 1.0f, 1.0f);
4225 m_gl.disableVertexAttribArray(m_attribute_color_location);
4317 const unsigned int attribute_locations[] = { m_attribute_color_location, m_attribute_position_location };

Completed in 9 milliseconds