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