• Home
  • Raw
  • Download

Lines Matching refs:TestFunctionWrapper

137 class TestFunctionWrapper  class
143 TestFunctionWrapper (void);
144 explicit TestFunctionWrapper (CoreTestFunc func);
145 explicit TestFunctionWrapper (DebugTestFunc func);
165 TestFunctionWrapper::TestFunctionWrapper (void) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon3153c6be0111::TestFunctionWrapper
170 TestFunctionWrapper::TestFunctionWrapper (CoreTestFunc func) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon3153c6be0111::TestFunctionWrapper
176 TestFunctionWrapper::TestFunctionWrapper (DebugTestFunc func) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon3153c6be0111::TestFunctionWrapper
182 void TestFunctionWrapper::call (DebugMessageTestContext& ctx) const in call()
261 TestFunctionWrapper function;
270 …{ TestFunctionWrapper(application_messages), "application_messages", "Externally generated message… in getUserMessageFuncs()
271 …{ TestFunctionWrapper(thirdparty_messages), "third_party_messages", "Externally generated message… in getUserMessageFuncs()
272 …{ TestFunctionWrapper(push_pop_messages), "push_pop_stack", "Messages from pushing/popping debug… in getUserMessageFuncs()
635 TestFunctionWrapper errorFunc);
645 const TestFunctionWrapper m_errorFunc;
652 TestFunctionWrapper errorFunc) in CallbackErrorCase()
706 TestFunctionWrapper errorFunc);
714 const TestFunctionWrapper m_errorFunc;
721 TestFunctionWrapper errorFunc) in LogErrorCase()
814 TestFunctionWrapper errorFunc);
823 const TestFunctionWrapper m_errorFunc;
829 TestFunctionWrapper errorFunc) in GetErrorCase()
886 const vector<TestFunctionWrapper>& errorFuncs);
918 const vector<TestFunctionWrapper> m_errorFuncs;
926 const vector<TestFunctionWrapper>& errorFuncs) in FilterCase()
1231 const vector<TestFunctionWrapper>& errorFuncs);
1240 const vector<TestFunctionWrapper>& errorFuncs) in GroupFilterCase()
1417 const vector<TestFunctionWrapper>& errorFuncs,
1448 const vector<TestFunctionWrapper> m_errorFuncs;
1459 const vector<TestFunctionWrapper>& errorFuncs, in AsyncCase()
2906 …ase (CaseType type, Context& ctx, const char* name, const char* desc, TestFunctionWrapper function) in createCase()
2938 retVal[ndx].function = TestFunctionWrapper(fns[ndx].function); in wrapCoreFunctions()
3149 vector<TestFunctionWrapper> allFuncs; in init()
3175 vector<TestFunctionWrapper> funcs (allFuncs.begin()+start, allFuncs.begin()+end); in init()
3197 vector<TestFunctionWrapper> funcs (&allFuncs[0]+start, &allFuncs[0]+end); in init()
3219 vector<TestFunctionWrapper> funcs (&allFuncs[0]+start, &allFuncs[0]+end); in init()