Searched refs:m_storageBuf (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 173 glw::GLuint m_storageBuf; member in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase 190 , m_storageBuf (0) in InterInvocationTestCase() 231 gl.genBuffers(1, &m_storageBuf); in init() 232 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, m_storageBuf); in init() 280 if (m_storageBuf) in deinit() 282 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_storageBuf); in deinit() 283 m_storageBuf = DE_NULL; in deinit() 338 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 1, m_storageBuf); in runCompute() 343 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 1, m_storageBuf); in runCompute() 344 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 2, m_storageBuf); in runCompute()
|