Lines Matching defs:m_context

60 	ClipControlApi(Context& context) : m_context(context)
62 if (!Supported(m_context))
77 Context& m_context;
90 ClipControlApi api(m_context);
95 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
174 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget();
177 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
196 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
266 if (ClipControlApi::Supported(m_context))
268 ClipControlApi cc(m_context);
275 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
276 ClipControlApi cc(m_context);
324 if (ClipControlApi::Supported(m_context))
326 ClipControlApi cc(m_context);
335 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
336 ClipControlApi cc(m_context);
406 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
407 if (ClipControlApi::Supported(m_context))
409 ClipControlApi cc(m_context);
428 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
429 ClipControlApi cc(m_context);
435 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
477 qpTestResult loopResult = ValidateFramebuffer(m_context, origins[orig]);
594 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
596 if (ClipControlApi::Supported(m_context))
598 ClipControlApi cc(m_context);
623 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
624 ClipControlApi cc(m_context);
634 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
680 qpTestResult loopResult = ValidateFramebuffer(m_context);
784 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget();
787 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
789 if (ClipControlApi::Supported(m_context))
791 ClipControlApi cc(m_context);
811 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
812 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget();
815 ClipControlApi cc(m_context);
822 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
868 qpTestResult loopResult = ValidateFramebuffer(m_context, origins[orig]);
1007 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1008 const tcu::RenderTarget& renderTarget = m_context.getRenderContext().getRenderTarget();
1024 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1034 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1061 const glu::RenderContext& renderContext = m_context.getRenderContext();
1132 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1134 if (ClipControlApi::Supported(m_context))
1136 ClipControlApi cc(m_context);
1160 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1161 ClipControlApi cc(m_context);
1180 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
1212 qpTestResult result = ValidateFramebuffer(m_context);
1321 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1323 if (ClipControlApi::Supported(m_context))
1325 ClipControlApi cc(m_context);
1348 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1349 ClipControlApi cc(m_context);
1368 new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vsh(), fsh())));
1400 qpTestResult result = ValidateFramebuffer(m_context);
1486 addChild(new ClipControlInitialState(m_context, "initial"));
1487 addChild(new ClipControlModifyGetState(m_context, "modify_get"));
1488 addChild(new ClipControlErrors(m_context, "errors"));
1489 addChild(new ClipControlOriginTest(m_context, "origin"));
1490 addChild(new ClipControlDepthModeZeroToOneTest(m_context, "depth_mode_zero_to_one"));
1491 addChild(new ClipControlDepthModeOneToOneTest(m_context, "depth_mode_one_to_one"));
1492 addChild(new ClipControlFaceCulling(m_context, "face_culling"));
1493 addChild(new ClipControlViewportBounds(m_context, "viewport_bounds"));