Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.hpp33 class ConcurrentDrawTests : public tcu::TestCaseGroup class
36 ConcurrentDrawTests (tcu::TestContext &testCtx);
37 ~ConcurrentDrawTests (void);
41 ConcurrentDrawTests (const ConcurrentDrawTests &other);
42 ConcurrentDrawTests& operator= (const ConcurrentDrawTests &other);
DvktDrawConcurrentTests.cpp382 ConcurrentDrawTests::ConcurrentDrawTests (tcu::TestContext &testCtx) in ConcurrentDrawTests() function in vkt::Draw::ConcurrentDrawTests
388 ConcurrentDrawTests::~ConcurrentDrawTests (void) {} in ~ConcurrentDrawTests()
390 void ConcurrentDrawTests::init (void) in init()
DvktDrawTests.cpp61 group->addChild(new ConcurrentDrawTests (testCtx)); in createChildren()