Searched refs:QueryPoolConcurrentTests (Results 1 – 3 of 3) sorted by relevance
34 class QueryPoolConcurrentTests : public tcu::TestCaseGroup class37 QueryPoolConcurrentTests(tcu::TestContext &testCtx);38 ~QueryPoolConcurrentTests(void);42 QueryPoolConcurrentTests(const QueryPoolConcurrentTests &other);43 QueryPoolConcurrentTests &operator=(const QueryPoolConcurrentTests &other);
934 QueryPoolConcurrentTests::QueryPoolConcurrentTests(tcu::TestContext &testCtx) in QueryPoolConcurrentTests() function in vkt::QueryPool::QueryPoolConcurrentTests940 QueryPoolConcurrentTests::~QueryPoolConcurrentTests(void) in ~QueryPoolConcurrentTests()945 void QueryPoolConcurrentTests::init(void) in init()
51 queryPoolTests->addChild(new QueryPoolConcurrentTests(testCtx)); in createChildren()