Searched refs:m_n_vertices_per_instance (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseBufferTests.cpp | 5012 , m_n_vertices_per_instance(0) in TransformFeedbackBufferStorageTestCase() 5234 m_gl.drawElements(GL_POINTS, m_n_vertices_per_instance, GL_UNSIGNED_INT, in execute() 5240 draw_call_first_vertex_id[0] = m_n_vertices_per_instance; in execute() 5243 draw_call_n_vertices[0] = m_n_vertices_per_instance; in execute() 5244 n_result_bytes_per_instance[0] = n_result_bytes_per_vertex * m_n_vertices_per_instance; in execute() 5252 m_gl.drawElementsBaseVertex(GL_POINTS, m_n_vertices_per_instance, GL_UNSIGNED_INT, in execute() 5259 draw_call_first_vertex_id[0] = m_draw_call_baseVertex + m_n_vertices_per_instance; in execute() 5262 draw_call_n_vertices[0] = m_n_vertices_per_instance; in execute() 5263 n_result_bytes_per_instance[0] = n_result_bytes_per_vertex * m_n_vertices_per_instance; in execute() 5382 m_gl.drawElementsInstanced(GL_POINTS, m_n_vertices_per_instance, GL_UNSIGNED_INT, in execute() [all …]
|
D | gl4cSparseBufferTests.hpp | 968 unsigned int m_n_vertices_per_instance; member in gl4cts::TransformFeedbackBufferStorageTestCase
|