Lines Matching refs:getRenderContext
168 m_context.getRenderContext().getFunctions().genVertexArrays(1, &m_vao); in init()
169 if (m_context.getRenderContext().getFunctions().getError() != GL_NO_ERROR) in init()
180 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_vao); in deinit()
305 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buf); in deinit()
314 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in renderTo()
366 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess()); in renderTo()
440 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in createBuffers()
482 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in createShader()
545 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
553 …m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::Ver… in init()
565 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer); in deinit()
575 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
578 glu::VertexArray vao (m_context.getRenderContext()); in iterate()
608 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess()); in iterate()