Searched refs:m_resultBuf (Results 1 – 1 of 1) sorted by relevance
175 glw::GLuint m_resultBuf; member in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase192 , m_resultBuf (0) in InterInvocationTestCase()271 gl.genBuffers(1, &m_resultBuf); in init()272 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, m_resultBuf); in init()292 if (m_resultBuf) in deinit()294 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_resultBuf); in deinit()295 m_resultBuf = DE_NULL; in deinit()367 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, m_resultBuf); in runCompute()384 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, m_resultBuf); in verifyResults()