Home | History | Annotate | Download | only in api

Lines Matching refs:testCtx

56 	tcu::TestContext&	testCtx		= bufferViewTests->getTestContext();
58 bufferViewTests->addChild(createBufferViewCreateTests (testCtx));
59 bufferViewTests->addChild(createBufferViewAccessTests (testCtx));
64 tcu::TestContext& testCtx = apiTests->getTestContext();
66 apiTests->addChild(createVersionSanityCheckTests (testCtx));
67 apiTests->addChild(createSmokeTests (testCtx));
68 apiTests->addChild(api::createFeatureInfoTests (testCtx));
69 apiTests->addChild(createDeviceInitializationTests (testCtx));
70 apiTests->addChild(createObjectManagementTests (testCtx));
71 apiTests->addChild(createBufferTests (testCtx));
72 apiTests->addChild(createTestGroup (testCtx, "buffer_view", "BufferView tests", createBufferViewTests));
73 apiTests->addChild(createCommandBuffersTests (testCtx));
74 apiTests->addChild(createCopiesAndBlittingTests (testCtx));
75 apiTests->addChild(createImageClearingTests (testCtx));
76 apiTests->addChild(createFillAndUpdateBufferTests (testCtx));
77 apiTests->addChild(createDescriptorPoolTests (testCtx));
78 apiTests->addChild(createNullHandleTests (testCtx));
79 apiTests->addChild(createGranularityQueryTests (testCtx));
80 apiTests->addChild(createMemoryCommitmentTests (testCtx));
81 apiTests->addChild(createExternalMemoryTests (testCtx));
82 apiTests->addChild(createMaintenance3Tests (testCtx));
87 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
89 return createTestGroup(testCtx, "api", "API Tests", createApiTests);