Lines Matching refs:m_renderCtx
213 , m_renderCtx (renderCtx) in StateChangePerformanceCase()
234 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireIndexBuffers()
264 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireCoordBuffers()
318 …glu::ShaderProgram* program = new glu::ShaderProgram(m_renderCtx, glu::ProgramSources() << glu::Ve… in requirePrograms()
333 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireTextures()
379 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireFramebuffers()
416 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireRenderbuffers()
445 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireSamplers()
463 const glw::Functions& gl = m_renderCtx.getFunctions(); in requireVertexArrays()
486 const glw::Functions& gl = m_renderCtx.getFunctions(); in deinit()
577 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
600 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
644 , m_renderCtx (renderCtx) in StateChangeCallPerformanceCase()
656 const glw::Functions& gl = m_renderCtx.getFunctions(); in executeTest()
718 GLU_EXPECT_NO_ERROR(m_renderCtx.getFunctions().getError(), "Unexpected error"); in iterate()