Lines Matching defs:testCtx

146  * @param testCtx  Test context
230 * @param testCtx Test context
234 APIErrorsTest::APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar* name)
235 : TestBase(testCtx, apiType, is_debug), TestCase(testCtx, name, "Verifies that errors are generated as expected")
659 * @param testCtx Test context
663 LabelsTest::LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar* name)
664 : TestCase(testCtx, name, "Verifies that labels can be assigned and queried"), TestBase(testCtx, apiType, is_debug)
1255 * @param testCtx Test context
1259 ReceivingMessagesTest::ReceivingMessagesTest(tcu::TestContext& testCtx, glu::ApiType apiType)
1260 : TestCase(testCtx, "receiving_messages", "Verifies that messages can be received")
1261 , TestBase(testCtx, apiType, true /* is_debug */)
1900 * @param testCtx Test context
1904 GroupsTest::GroupsTest(tcu::TestContext& testCtx, glu::ApiType apiType)
1905 : TestCase(testCtx, "groups", "Verifies that groups can be used to control generated messages")
1906 , TestBase(testCtx, apiType, true /* is_debug */)
2249 * @param testCtx Test context
2253 SynchronousCallsTest::SynchronousCallsTest(tcu::TestContext& testCtx, glu::ApiType apiType)
2254 : TestCase(testCtx, "synchronous_calls", "Verifies that messages can be received")
2255 , TestBase(testCtx, apiType, true /* is_debug */)
2418 KHRDebugTests::KHRDebugTests(tcu::TestContext& testCtx, glu::ApiType apiType)
2419 : TestCaseGroup(testCtx, "khr_debug", "Verifies \"khr debug\" functionality")