Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.hpp33 class IndirectDrawTests : public tcu::TestCaseGroup class
36 IndirectDrawTests (tcu::TestContext &testCtx);
37 ~IndirectDrawTests (void);
41 IndirectDrawTests (const IndirectDrawTests &other);
42 IndirectDrawTests& operator= (const IndirectDrawTests &other);
DvktDrawTests.cpp54 group->addChild(new IndirectDrawTests (testCtx)); in createChildren()
DvktDrawIndirectTest.cpp925 IndirectDrawTests::IndirectDrawTests (tcu::TestContext& testCtx) in IndirectDrawTests() function in vkt::Draw::IndirectDrawTests
931 IndirectDrawTests::~IndirectDrawTests (void) {} in ~IndirectDrawTests()
934 void IndirectDrawTests::init (void) in init()