Home
last modified time | relevance | path

Searched refs:DrawIndexedTests (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.hpp34 class DrawIndexedTests : public tcu::TestCaseGroup class
37 DrawIndexedTests (tcu::TestContext &testCtx, const SharedGroupParams groupParams);
38 ~DrawIndexedTests (void);
43 DrawIndexedTests (const DrawIndexedTests &other);
44 DrawIndexedTests& operator= (const DrawIndexedTests &other);
H A DvktDrawIndexedTest.cpp493 DrawIndexedTests::DrawIndexedTests (tcu::TestContext &testCtx, const SharedGroupParams groupParams) in DrawIndexedTests() function in vkt::Draw::DrawIndexedTests
500 DrawIndexedTests::~DrawIndexedTests (void) {} in ~DrawIndexedTests()
503 void DrawIndexedTests::init (void) in init()
511 void DrawIndexedTests::init (bool useMaintenance5Ext) in init()
H A DvktDrawTests.cpp71 group->addChild(new DrawIndexedTests (testCtx, groupParams)); in createChildren()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndexedTest.hpp34 class DrawIndexedTests : public tcu::TestCaseGroup class
37 DrawIndexedTests (tcu::TestContext &testCtx, const SharedGroupParams groupParams);
38 ~DrawIndexedTests (void);
42 DrawIndexedTests (const DrawIndexedTests &other);
43 DrawIndexedTests& operator= (const DrawIndexedTests &other);
H A DvktDrawIndexedTest.cpp400 DrawIndexedTests::DrawIndexedTests (tcu::TestContext &testCtx, const SharedGroupParams groupParams) in DrawIndexedTests() function in vkt::Draw::DrawIndexedTests
407 DrawIndexedTests::~DrawIndexedTests (void) {} in ~DrawIndexedTests()
409 void DrawIndexedTests::init (void) in init()
H A DvktDrawTests.cpp68 group->addChild(new DrawIndexedTests (testCtx, groupParams)); in createChildren()

Completed in 3 milliseconds