OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndirectComputeDispatchTests
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.hpp
36
class
IndirectComputeDispatchTests
: public TestCaseGroup
39
IndirectComputeDispatchTests
(Context& context);
40
~
IndirectComputeDispatchTests
(void);
45
IndirectComputeDispatchTests
(const
IndirectComputeDispatchTests
&);
46
IndirectComputeDispatchTests
& operator= (const
IndirectComputeDispatchTests
&);
es31fIndirectComputeDispatchTests.cpp
442
IndirectComputeDispatchTests
::
IndirectComputeDispatchTests
(Context& context)
447
IndirectComputeDispatchTests
::~
IndirectComputeDispatchTests
(void)
451
void
IndirectComputeDispatchTests
::init (void)
es31fFunctionalTests.cpp
201
addChild(new
IndirectComputeDispatchTests
(m_context));
Completed in 147 milliseconds