Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp2375 deUint32 m_counterBuffer; member in deqp::gles31::Functional::__anon47cb6be90111::ConcurrentAtomicCounterCase
2385 , m_counterBuffer (DE_NULL) in ConcurrentAtomicCounterCase()
2402 gl.genBuffers(1, &m_counterBuffer); in init()
2403 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, m_counterBuffer); in init()
2434 if (m_counterBuffer) in deinit()
2436 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_counterBuffer); in deinit()
2437 m_counterBuffer = 0; in deinit()
2473 gl.bindBufferBase(GL_ATOMIC_COUNTER_BUFFER, 2, m_counterBuffer); in iterate()
2495 gl.bindBuffer(GL_ATOMIC_COUNTER_BUFFER, m_counterBuffer); in iterate()