Lines Matching refs:getRenderContext
96 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
206 …m_textureSamplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources… in init()
287 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in init()
299 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer); in deinit()
305 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_resolveBuffer); in deinit()
314 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo); in deinit()
320 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_fboTexture); in deinit()
329 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_fboRbo); in deinit()
335 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_resolveFbo); in deinit()
341 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_resolveFboTexture); in deinit()
347 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_renderVao); in deinit()
353 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_resolveVao); in deinit()
443 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in drawOneIteration()
453 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in drawOneIteration()
515 glu::readPixels(m_context.getRenderContext(), 0, 0, resultImage.getAccess()); in drawOneIteration()
537 glu::readPixels(m_context.getRenderContext(), 0, 0, resultImage.getAccess()); in drawOneIteration()
588 glu::readPixels(m_context.getRenderContext(), 0, 0, resultImage.getAccess()); in drawOneIteration()
645 glu::readPixels(m_context.getRenderContext(), 0, 0, resultBuffers[sampleNdx].getAccess()); in drawOneIteration()
749 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in setupRenderData()