Lines Matching full:apitests
58 void createApiTests (tcu::TestCaseGroup* apiTests)
60 tcu::TestContext& testCtx = apiTests->getTestContext();
62 apiTests->addChild(createSmokeTests (testCtx));
63 apiTests->addChild(api::createFeatureInfoTests (testCtx));
64 apiTests->addChild(createDeviceInitializationTests (testCtx));
65 apiTests->addChild(createObjectManagementTests (testCtx));
66 apiTests->addChild(createBufferTests (testCtx));
67 apiTests->addChild(createTestGroup (testCtx, "buffer_view", "BufferView tests", createBufferViewTests));
68 apiTests->addChild(createCommandBuffersTests (testCtx));
69 apiTests->addChild(createCopiesAndBlittingTests (testCtx));
70 apiTests->addChild(createImageClearingTests (testCtx));
71 apiTests->addChild(createFillAndUpdateBufferTests (testCtx));
72 apiTests->addChild(createDescriptorPoolTests (testCtx));
73 apiTests->addChild(createNullHandleTests (testCtx));
74 apiTests->addChild(createGranularityQueryTests (testCtx));