Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp5000 , m_draw_call_first(913)
5441 m_gl.drawArrays(GL_POINTS, m_draw_call_first, m_n_vertices_per_instance);
5447 draw_call_first_vertex_id[0] = m_draw_call_first;
5465 draw_call_first_vertex_id[0] = m_draw_call_first;
5485 draw_call_first_vertex_id[0] = m_draw_call_first;
5486 draw_call_first_vertex_id[1] = m_draw_call_first;
5502 m_gl.drawArraysInstanced(GL_POINTS, m_draw_call_first, m_n_vertices_per_instance,
5509 draw_call_first_vertex_id[0] = m_draw_call_first;
5521 m_gl.drawArraysInstancedBaseInstance(GL_POINTS, m_draw_call_first, m_n_vertices_per_instance,
5528 draw_call_first_vertex_id[0] = m_draw_call_first;
[all...]
H A Dgl4cSparseBufferTests.hpp952 const unsigned int m_draw_call_first; member in gl4cts::TransformFeedbackBufferStorageTestCase

Completed in 8 milliseconds