Searched refs:IndirectComputeDispatchTests (Results 1 – 3 of 3) sorted by relevance
36 class IndirectComputeDispatchTests : public TestCaseGroup class39 IndirectComputeDispatchTests (Context& context);40 ~IndirectComputeDispatchTests (void);45 IndirectComputeDispatchTests (const IndirectComputeDispatchTests&);46 IndirectComputeDispatchTests& operator= (const IndirectComputeDispatchTests&);
442 IndirectComputeDispatchTests::IndirectComputeDispatchTests (Context& context) in IndirectComputeDispatchTests() function in deqp::gles31::Functional::IndirectComputeDispatchTests447 IndirectComputeDispatchTests::~IndirectComputeDispatchTests (void) in ~IndirectComputeDispatchTests()451 void IndirectComputeDispatchTests::init (void) in init()
217 addChild(new IndirectComputeDispatchTests (m_context)); in init()