HomeSort by relevance Sort by last modified time
    Searched refs:StateChangeTests (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles2/performance/
es2pStateChangeTests.hpp 36 class StateChangeTests : public TestCaseGroup
39 StateChangeTests (Context& context);
40 ~StateChangeTests (void);
45 StateChangeTests (const StateChangeTests& other);
46 StateChangeTests& operator= (const StateChangeTests& other);
es2pPerformanceTests.cpp 96 addChild(new StateChangeTests (m_context));
es2pStateChangeTests.cpp 101 StateChangeTests::StateChangeTests (Context& context)
106 StateChangeTests::~StateChangeTests (void)
133 void StateChangeTests::init (void)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeTests.hpp 36 class StateChangeTests : public TestCaseGroup
39 StateChangeTests (Context& context);
40 ~StateChangeTests (void);
45 StateChangeTests (const StateChangeTests& other);
46 StateChangeTests& operator= (const StateChangeTests& other);
es3pPerformanceTests.cpp 95 addChild(new StateChangeTests (m_context));
es3pStateChangeTests.cpp 101 StateChangeTests::StateChangeTests (Context& context)
106 StateChangeTests::~StateChangeTests (void)
133 void StateChangeTests::init (void)
    [all...]

Completed in 63 milliseconds