Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.hpp36 class IndirectComputeDispatchTests : public TestCaseGroup class
39 IndirectComputeDispatchTests (Context& context);
40 ~IndirectComputeDispatchTests (void);
45 IndirectComputeDispatchTests (const IndirectComputeDispatchTests&);
46 IndirectComputeDispatchTests& operator= (const IndirectComputeDispatchTests&);
Des31fIndirectComputeDispatchTests.cpp442 IndirectComputeDispatchTests::IndirectComputeDispatchTests (Context& context) in IndirectComputeDispatchTests() function in deqp::gles31::Functional::IndirectComputeDispatchTests
447 IndirectComputeDispatchTests::~IndirectComputeDispatchTests (void) in ~IndirectComputeDispatchTests()
451 void IndirectComputeDispatchTests::init (void) in init()
Des31fFunctionalTests.cpp217 addChild(new IndirectComputeDispatchTests (m_context)); in init()