Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawConcurrentTests.hpp34 class ConcurrentDrawTests : public tcu::TestCaseGroup class
37 ConcurrentDrawTests (tcu::TestContext &testCtx, const SharedGroupParams groupParams);
38 ~ConcurrentDrawTests (void) = default;
42 ConcurrentDrawTests (const ConcurrentDrawTests &other);
43 ConcurrentDrawTests& operator= (const ConcurrentDrawTests &other);
H A DvktDrawConcurrentTests.cpp502 ConcurrentDrawTests::ConcurrentDrawTests (tcu::TestContext &testCtx, const SharedGroupParams groupParams) in ConcurrentDrawTests() function in vkt::Draw::ConcurrentDrawTests
509 void ConcurrentDrawTests::init (void) in init()
H A DvktDrawTests.cpp69 group->addChild(new ConcurrentDrawTests (testCtx, groupParams)); in createChildren()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawConcurrentTests.hpp34 class ConcurrentDrawTests : public tcu::TestCaseGroup class
37 ConcurrentDrawTests (tcu::TestContext &testCtx, const SharedGroupParams groupParams);
38 ~ConcurrentDrawTests (void) = default;
42 ConcurrentDrawTests (const ConcurrentDrawTests &other);
43 ConcurrentDrawTests& operator= (const ConcurrentDrawTests &other);
H A DvktDrawConcurrentTests.cpp502 ConcurrentDrawTests::ConcurrentDrawTests (tcu::TestContext &testCtx, const SharedGroupParams groupParams) in ConcurrentDrawTests() function in vkt::Draw::ConcurrentDrawTests
509 void ConcurrentDrawTests::init (void) in init()
H A DvktDrawTests.cpp66 group->addChild(new ConcurrentDrawTests (testCtx, groupParams)); in createChildren()

Completed in 3 milliseconds