Lines Matching refs:renderContext

578 	glu::RenderContext&   renderContext = m_context.getRenderContext();
579 glu::ContextType contextType = renderContext.getType();
752 const glu::RenderContext& renderContext = m_context.getRenderContext();
754 glu::draw(renderContext, program, 1, depthSpanVA1, quadPrimitive);
756 glu::draw(renderContext, program, 1, depthSpanVA2, quadPrimitive);
758 glu::draw(renderContext, program, 2, defaultVA, quadPrimitive);
764 const glu::RenderContext& renderContext = m_context.getRenderContext();
765 const glw::Functions& gl = renderContext.getFunctions();
774 if (glu::isContextTypeES(renderContext.getType()))
1358 const glu::RenderContext& renderContext = m_context.getRenderContext();
1359 const glw::Functions& gl = renderContext.getFunctions();
1360 bool isContextES = glu::isContextTypeES(renderContext.getType());
1592 const glu::RenderContext& renderContext = m_context.getRenderContext();
1593 const glw::Functions& gl = renderContext.getFunctions();
1604 if (!glu::isContextTypeES(renderContext.getType()))
1811 const glu::RenderContext& renderContext = m_context.getRenderContext();
1812 const glw::Functions& gl = renderContext.getFunctions();
1813 bool isContextES = glu::isContextTypeES(renderContext.getType());
1972 const glu::RenderContext& renderContext = m_context.getRenderContext();
1973 const glw::Functions& gl = renderContext.getFunctions();
1974 bool isContextES = glu::isContextTypeES(renderContext.getType());
2481 const glu::RenderContext& renderContext = m_context.getRenderContext();
2482 const glw::Functions& gl = renderContext.getFunctions();
2483 bool isContextES = glu::isContextTypeES(renderContext.getType());
2629 const glu::RenderContext& renderContext = m_context.getRenderContext();
2630 glu::ContextType contextType = renderContext.getType();
2631 const glw::Functions& gl = renderContext.getFunctions();