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

/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp158 glw::GLuint m_storageBuf; member in class:deqp::gles31::Functional::__anon4778::InterInvocationTestCase
175 , m_storageBuf (0)
215 gl.genBuffers(1, &m_storageBuf);
216 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, m_storageBuf);
264 if (m_storageBuf)
266 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_storageBuf);
267 m_storageBuf = DE_NULL;
322 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 1, m_storageBuf);
327 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 1, m_storageBuf);
328 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 2, m_storageBuf);
[all...]

Completed in 7703 milliseconds