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::__anonc18b6d840111::TestFunctionWrapper
171 TestFunctionWrapper::TestFunctionWrapper (CoreTestFunc func) in TestFunctionWrapper() function in deqp::gles31::Functional::__anonc18b6d840111::TestFunctionWrapper
177 TestFunctionWrapper::TestFunctionWrapper (DebugTestFunc func) in TestFunctionWrapper() function in deqp::gles31::Functional::__anonc18b6d840111::TestFunctionWrapper
183 void TestFunctionWrapper::call (DebugMessageTestContext& ctx) const in call()
262 TestFunctionWrapper function;
271 …{ TestFunctionWrapper(application_messages), "application_messages", "Externally generated message… in getUserMessageFuncs()
272 …{ TestFunctionWrapper(thirdparty_messages), "third_party_messages", "Externally generated message… in getUserMessageFuncs()
273 …{ TestFunctionWrapper(push_pop_messages), "push_pop_stack", "Messages from pushing/popping debug… in getUserMessageFuncs()
637 TestFunctionWrapper errorFunc);
647 const TestFunctionWrapper m_errorFunc;
654 TestFunctionWrapper errorFunc) in CallbackErrorCase()
708 TestFunctionWrapper errorFunc);
716 const TestFunctionWrapper m_errorFunc;
723 TestFunctionWrapper errorFunc) in LogErrorCase()
816 TestFunctionWrapper errorFunc);
825 const TestFunctionWrapper m_errorFunc;
831 TestFunctionWrapper errorFunc) in GetErrorCase()
888 const vector<TestFunctionWrapper>& errorFuncs);
920 const vector<TestFunctionWrapper> m_errorFuncs;
928 const vector<TestFunctionWrapper>& errorFuncs) in FilterCase()
1233 const vector<TestFunctionWrapper>& errorFuncs);
1242 const vector<TestFunctionWrapper>& errorFuncs) in GroupFilterCase()
1419 const vector<TestFunctionWrapper>& errorFuncs,
1450 const vector<TestFunctionWrapper> m_errorFuncs;
1461 const vector<TestFunctionWrapper>& errorFuncs, in AsyncCase()
2908 …ase (CaseType type, Context& ctx, const char* name, const char* desc, TestFunctionWrapper function) in createCase()
2940 retVal[ndx].function = TestFunctionWrapper(fns[ndx].function); in wrapCoreFunctions()
3151 vector<TestFunctionWrapper> allFuncs; in init()
3177 vector<TestFunctionWrapper> funcs (allFuncs.begin()+start, allFuncs.begin()+end); in init()
3199 vector<TestFunctionWrapper> funcs (&allFuncs[0]+start, &allFuncs[0]+end); in init()
3221 vector<TestFunctionWrapper> funcs (&allFuncs[0]+start, &allFuncs[0]+end); in init()