Searched refs:createDrawTests (Results 1 – 2 of 2) sorted by relevance
1104 static tcu::TestCaseGroup* createDrawTests (tcu::TestContext& testCtx, VkFormat format) in createDrawTests() function1198 formatGroup->addChild(createDrawTests(testCtx, vertexFormats[i])); in addVertexFormatTests()
1241 void createDrawTests (tcu::TestCaseGroup* testGroup) in createDrawTests() function1252 return createTestGroup(testCtx, "basic_draw", "Basic drawing tests", createDrawTests); in createBasicDrawTests()