Lines Matching refs:getRenderContext
191 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
287 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vboID); in deinit()
293 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vaoID); in deinit()
299 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texID); in deinit()
342 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in genMultisampleTexture()
343 const glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() in genMultisampleTexture()
426 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in genSamplerProgram()
428 …m_samplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << g… in genSamplerProgram()
475 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in drawSample()
506 glu::readPixels (m_context.getRenderContext(), 0, 0, dst.getAccess()); in drawSample()
608 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
691 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texID); in deinit()
696 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vaoID); in deinit()
701 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_vboID); in deinit()
706 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fboID); in deinit()
783 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in genSamplerProgram()
788 …m_samplerProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << g… in genSamplerProgram()
816 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in genAlphaProgram()
818 …m_alphaProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu… in genAlphaProgram()
831 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in updateTexture()
995 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in drawSample()
996 glu::Buffer vertexBuffer (m_context.getRenderContext()); in drawSample()
1027 glu::readPixels (m_context.getRenderContext(), 0, 0, dst.getAccess()); in drawSample()
1108 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
1191 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_textureID); in deinit()
1197 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fboID); in deinit()
1280 …m_drawShader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::… in genDrawShader()
1350 …m_samplerShader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << gl… in genSamplerShader()
1367 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in renderToTexture()
1370 glu::Buffer vertexAttibBuffer (m_context.getRenderContext()); in renderToTexture()
1448 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in sampleTexture()
1455 glu::Buffer vertexAttibBuffer (m_context.getRenderContext()); in sampleTexture()
1496 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess()); in sampleTexture()
1666 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
1764 const glw::Functions gl = m_context.getRenderContext().getFunctions(); in getFormatSamples()
1859 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
1860 glu::Texture texture (m_context.getRenderContext()); in iterate()
1982 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
1983 glu::Texture texture (m_context.getRenderContext()); in iterate()