Lines Matching defs:context
53 * @param [in] context OpenGL context.
55 gl3cts::ClipDistance::Tests::Tests(deqp::Context& context)
56 : TestCaseGroup(context, "clip_distance", "Clip Distance Test Suite")
73 * @param [in] context OpenGL context.
75 gl3cts::ClipDistance::CoverageTest::CoverageTest(deqp::Context& context)
76 : deqp::TestCase(context, "coverage", "Clip Distance API Coverage Test"), m_gl_max_clip_distances_value(0)
90 /* This test should only be executed if we're running a GL3.0 context */
544 * @param [in] context OpenGL context.
546 gl3cts::ClipDistance::FunctionalTest::FunctionalTest(deqp::Context& context)
547 : deqp::TestCase(context, "functional", "Clip Distance Functional Test")
573 /* This test should only be executed if we're running a GL>=3.0 context */
977 * @param [in] context OpenGL context.
979 gl3cts::ClipDistance::NegativeTest::NegativeTest(deqp::Context& context)
980 : deqp::TestCase(context, "negative", "Clip Distance Negative Tests")
1036 /* This test should only be executed if we're running a GL3.0 or less context */