Home
last modified time | relevance | path

Searched refs:m_gl_max_vertex_atomic_counters_value (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp834 , m_gl_max_vertex_atomic_counters_value(0) in AtomicCounterBufferStorageTestCase()
912 if (m_gl_max_vertex_atomic_counters_value == 0) in execute()
959 m_gl_max_vertex_atomic_counters_value, /* count */ in execute()
966 …(m_all_pages_committed) ? m_gl_max_vertex_atomic_counters_value : m_gl_max_vertex_atomic_counters_… in execute()
1048 m_gl.getIntegerv(GL_MAX_VERTEX_ATOMIC_COUNTERS, &m_gl_max_vertex_atomic_counters_value); in initTestCaseGlobal()
1051 if (m_gl_max_vertex_atomic_counters_value == 0) in initTestCaseGlobal()
1057 n_counters_sstream << "#define N_COUNTERS " << m_gl_max_vertex_atomic_counters_value << "\n"; in initTestCaseGlobal()
1092 …elper_bo_size = m_gl_atomic_counter_uniform_array_stride * m_gl_max_vertex_atomic_counters_value; in initTestCaseGlobal()
Dgl4cSparseBufferTests.hpp199 glw::GLint m_gl_max_vertex_atomic_counters_value; member in gl4cts::AtomicCounterBufferStorageTestCase