Lines Matching refs:getRenderContext
261 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
267 …m_program = createFloatPrecisionEvalProgram(m_context.getRenderContext(), m_precision, m_op.c_str(… in init()
285 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in init()
297 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
300 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
365 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
400 glu::draw(m_context.getRenderContext(), prog, (int)vertexArrays.size(), &vertexArrays[0], in iterate()
445 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in iterate()
514 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
520 …m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_INT, m_preci… in init()
538 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in init()
552 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
555 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
579 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
614 glu::draw(m_context.getRenderContext(), prog, (int)vertexArrays.size(), &vertexArrays[0], in iterate()
639 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in iterate()
708 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
714 …m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_UINT, m_prec… in init()
732 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in init()
746 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
749 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
773 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
807 glu::draw(m_context.getRenderContext(), prog, (int)vertexArrays.size(), &vertexArrays[0], in iterate()