Lines Matching defs:context

292 	BaseTest(deqp::Context& context, const TypeFormat& tf);
347 BaseTest::BaseTest(deqp::Context& context, const TypeFormat& tf)
348 : deqp::TestCase(context, tf.formatName, "")
1238 InitialStateTest(deqp::Context& context);
1244 InitialStateTest::InitialStateTest(deqp::Context& context)
1245 : deqp::TestCase(context, "initial_state", "TEXTURE_STENCIL_SIZE for the default texture objects should be 0")
1287 ValidateErrorsTest(deqp::Context& context, const TypeFormat& tf);
1296 ValidateErrorsTest::ValidateErrorsTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
1568 VerifyReadPixelsTest(deqp::Context& context, const TypeFormat& tf);
1574 VerifyReadPixelsTest::VerifyReadPixelsTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
1636 VerifyGetTexImageTest(deqp::Context& context, const TypeFormat& tf);
1642 VerifyGetTexImageTest::VerifyGetTexImageTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
1679 VerifyCopyTexImageTest(deqp::Context& context, const TypeFormat& tf);
1685 VerifyCopyTexImageTest::VerifyCopyTexImageTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
1777 VerifyPartialAttachmentsTest(deqp::Context& context, const TypeFormat& tf);
1783 VerifyPartialAttachmentsTest::VerifyPartialAttachmentsTest(deqp::Context& context, const TypeFormat& tf)
1784 : BaseTest(context, tf)
1941 VerifyMixedAttachmentsTest(deqp::Context& context, const TypeFormat& tf);
1947 VerifyMixedAttachmentsTest::VerifyMixedAttachmentsTest(deqp::Context& context, const TypeFormat& tf)
1948 : BaseTest(context, tf)
2099 VerifyParametersTest(deqp::Context& context, const TypeFormat& tf);
2105 VerifyParametersTest::VerifyParametersTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
2178 RenderbuffersTest(deqp::Context& context, const TypeFormat& tf);
2184 RenderbuffersTest::RenderbuffersTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
2245 StencilSizeTest(deqp::Context& context, const TypeFormat& tf);
2251 StencilSizeTest::StencilSizeTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
2321 ClearBufferTest(deqp::Context& context, const TypeFormat& tf);
2327 ClearBufferTest::ClearBufferTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
2451 BlitTest(deqp::Context& context, const TypeFormat& tf);
2457 BlitTest::BlitTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
2610 StencilTexturingTest(deqp::Context& context, const TypeFormat& tf);
2616 StencilTexturingTest::StencilTexturingTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf)
2712 PackedDepthStencilTests::PackedDepthStencilTests(deqp::Context& context)
2713 : TestCaseGroup(context, "packed_depth_stencil", "")