Lines Matching defs:context

1416  *  @param context     Rendering context
1420 PipelineStatisticsQueryTestAPICoverage1::PipelineStatisticsQueryTestAPICoverage1(deqp::Context& context)
1421 : TestCase(context, "api_coverage_invalid_glbeginquery_calls",
1559 * @param context Rendering context
1563 PipelineStatisticsQueryTestAPICoverage2::PipelineStatisticsQueryTestAPICoverage2(deqp::Context& context)
1564 : TestCase(context, "api_coverage_unsupported_calls",
1660 * @param context Rendering context
1664 PipelineStatisticsQueryTestFunctionalBase::PipelineStatisticsQueryTestFunctionalBase(deqp::Context& context,
1667 : TestCase(context, name, description)
2430 * @param context Rendering context.
2432 PipelineStatisticsQueryTestFunctional1::PipelineStatisticsQueryTestFunctional1(deqp::Context& context)
2433 : PipelineStatisticsQueryTestFunctionalBase(context, "functional_default_qo_values",
2481 * @param context Rendering context
2483 PipelineStatisticsQueryTestFunctional2::PipelineStatisticsQueryTestFunctional2(deqp::Context& context)
2484 : PipelineStatisticsQueryTestFunctionalBase(context, "functional_non_rendering_commands_do_not_affect_queries",
2971 * @param context Rendering context
2973 PipelineStatisticsQueryTestFunctional3::PipelineStatisticsQueryTestFunctional3(deqp::Context& context)
2975 context, "functional_primitives_vertices_submitted_and_clipping_input_output_primitives",
3098 /* Only continue if the draw call is supported by the context */
3547 * @param context Rendering context
3549 PipelineStatisticsQueryTestFunctional4::PipelineStatisticsQueryTestFunctional4(deqp::Context& context)
3550 : PipelineStatisticsQueryTestFunctionalBase(context, "functional_vertex_shader_invocations",
3652 /* Only continue if the draw call is supported by the context */
3721 * @param context Rendering context
3723 PipelineStatisticsQueryTestFunctional5::PipelineStatisticsQueryTestFunctional5(deqp::Context& context)
3724 : PipelineStatisticsQueryTestFunctionalBase(context, "functional_tess_queries",
3792 /* Only continue if the draw call is supported by the context */
3833 /* This test should not execute if we're not running at least a GL4.0 context */
3864 * @param context Rendering context
3866 PipelineStatisticsQueryTestFunctional6::PipelineStatisticsQueryTestFunctional6(deqp::Context& context)
3867 : PipelineStatisticsQueryTestFunctionalBase(context, "functional_geometry_shader_queries",
4008 /* Only continue if the draw call is supported by the context */
4083 /* This test should not execute if we're not running at least a GL3.2 context */
4106 * @param context Rendering context
4108 PipelineStatisticsQueryTestFunctional7::PipelineStatisticsQueryTestFunctional7(deqp::Context& context)
4109 : PipelineStatisticsQueryTestFunctionalBase(context, "functional_fragment_shader_invocations",
4202 /* Only continue if the draw call is supported by the context */
4272 * @param context Rendering context
4274 PipelineStatisticsQueryTestFunctional8::PipelineStatisticsQueryTestFunctional8(deqp::Context& context)
4275 : PipelineStatisticsQueryTestFunctionalBase(context, "functional_compute_shader_invocations",
4472 * @param context Rendering context.
4474 PipelineStatisticsQueryTests::PipelineStatisticsQueryTests(deqp::Context& context)
4475 : TestCaseGroup(context, "pipeline_statistics_query_tests_ARB",