HomeSort by relevance Sort by last modified time
    Searched refs:IndirectDrawTests (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.hpp 33 class IndirectDrawTests : public tcu::TestCaseGroup
36 IndirectDrawTests (tcu::TestContext &testCtx);
37 ~IndirectDrawTests (void);
41 IndirectDrawTests (const IndirectDrawTests &other);
42 IndirectDrawTests& operator= (const IndirectDrawTests &other);
vktDrawTests.cpp 46 group->addChild(new IndirectDrawTests(testCtx));
vktDrawIndirectTest.cpp 520 IndirectDrawTests::IndirectDrawTests (tcu::TestContext &testCtx)
526 IndirectDrawTests::~IndirectDrawTests (void) {}
529 void IndirectDrawTests::init (void)

Completed in 1294 milliseconds