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/
Dgl4cSparseBufferTests.hpp701 glw::GLuint m_attribute_color_location; member in gl4cts::QuadsBufferStorageTestCase
Dgl4cSparseBufferTests.cpp3693 : m_attribute_color_location(0) /* predefined attribute locations */ in QuadsBufferStorageTestCase()
4211 m_gl.vertexAttribPointer(m_attribute_color_location, 4, /* size */ in initSparseBO()
4217 m_gl.enableVertexAttribArray(m_attribute_color_location); /* index */ in initSparseBO()
4222 m_gl.vertexAttrib4f(m_attribute_color_location, 1.0f, 1.0f, 1.0f, 1.0f); in initSparseBO()
4225 m_gl.disableVertexAttribArray(m_attribute_color_location); in initSparseBO()
4317 …const unsigned int attribute_locations[] = { m_attribute_color_location, m_attribute_position_loca… in initTestCaseGlobal()