OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawCallBatchingTests
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.hpp
36
class
DrawCallBatchingTests
: public TestCaseGroup
39
DrawCallBatchingTests
(Context& context);
40
~
DrawCallBatchingTests
(void);
45
DrawCallBatchingTests
(const
DrawCallBatchingTests
& other);
46
DrawCallBatchingTests
& operator= (const
DrawCallBatchingTests
& other);
es2pPerformanceTests.cpp
98
addChild(new
DrawCallBatchingTests
(m_context));
es2pDrawCallBatchingTests.cpp
963
DrawCallBatchingTests
::
DrawCallBatchingTests
(Context& context)
968
DrawCallBatchingTests
::~
DrawCallBatchingTests
(void)
972
void
DrawCallBatchingTests
::init (void)
[
all
...]
Completed in 80 milliseconds