Lines Matching refs:getRenderContext

240 	const glw::Functions&	gl	= m_context.getRenderContext().getFunctions();  in init()
246 …m_program = createFloatPrecisionEvalProgram(m_context.getRenderContext(), m_precision, m_op.c_str(… in init()
264 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in init()
276 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
279 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
344 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
379 glu::draw(m_context.getRenderContext(), prog, (int)vertexArrays.size(), &vertexArrays[0], in iterate()
424 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in iterate()
493 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
499 …m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_INT, m_preci… in init()
517 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in init()
531 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
534 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
558 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
593 glu::draw(m_context.getRenderContext(), prog, (int)vertexArrays.size(), &vertexArrays[0], in iterate()
618 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in iterate()
687 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in init()
693 …m_program = createIntUintPrecisionEvalProgram(m_context.getRenderContext(), glu::TYPE_UINT, m_prec… in init()
711 gl.bindFramebuffer(GL_FRAMEBUFFER, m_context.getRenderContext().getDefaultFramebuffer()); in init()
725 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_framebuffer); in deinit()
728 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_renderbuffer); in deinit()
752 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
786 glu::draw(m_context.getRenderContext(), prog, (int)vertexArrays.size(), &vertexArrays[0], in iterate()