Home
last modified time | relevance | path

Searched refs:DrawIndexedTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndexedTest.hpp33 class DrawIndexedTests : public tcu::TestCaseGroup class
36 DrawIndexedTests (tcu::TestContext &testCtx);
37 ~DrawIndexedTests (void);
41 DrawIndexedTests (const DrawIndexedTests &other);
42 DrawIndexedTests& operator= (const DrawIndexedTests &other);
DvktDrawIndexedTest.cpp322 DrawIndexedTests::DrawIndexedTests (tcu::TestContext &testCtx) in DrawIndexedTests() function in vkt::Draw::DrawIndexedTests
328 DrawIndexedTests::~DrawIndexedTests (void) {} in ~DrawIndexedTests()
330 void DrawIndexedTests::init (void) in init()
DvktDrawTests.cpp53 group->addChild(new DrawIndexedTests (testCtx)); in createChildren()