Lines Matching refs:TestFunctionWrapper
119 class TestFunctionWrapper class
125 TestFunctionWrapper (void);
126 explicit TestFunctionWrapper (CoreTestFunc func);
127 explicit TestFunctionWrapper (DebugTestFunc func);
147 TestFunctionWrapper::TestFunctionWrapper (void) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon0b3d5a1f0111::TestFunctionWrapper
152 TestFunctionWrapper::TestFunctionWrapper (CoreTestFunc func) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon0b3d5a1f0111::TestFunctionWrapper
158 TestFunctionWrapper::TestFunctionWrapper (DebugTestFunc func) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon0b3d5a1f0111::TestFunctionWrapper
164 void TestFunctionWrapper::call (DebugMessageTestContext& ctx) const in call()
243 TestFunctionWrapper function;
252 …{ TestFunctionWrapper(application_messages), "application_messages", "Externally generated message… in getUserMessageFuncs()
253 …{ TestFunctionWrapper(thirdparty_messages), "third_party_messages", "Externally generated message… in getUserMessageFuncs()
254 …{ TestFunctionWrapper(push_pop_messages), "push_pop_stack", "Messages from pushing/popping debug… in getUserMessageFuncs()
617 TestFunctionWrapper errorFunc);
627 const TestFunctionWrapper m_errorFunc;
634 TestFunctionWrapper errorFunc) in CallbackErrorCase()
688 TestFunctionWrapper errorFunc);
696 const TestFunctionWrapper m_errorFunc;
703 TestFunctionWrapper errorFunc) in LogErrorCase()
796 TestFunctionWrapper errorFunc);
805 const TestFunctionWrapper m_errorFunc;
811 TestFunctionWrapper errorFunc) in GetErrorCase()
868 const vector<TestFunctionWrapper>& errorFuncs);
900 const vector<TestFunctionWrapper> m_errorFuncs;
908 const vector<TestFunctionWrapper>& errorFuncs) in FilterCase()
1202 const vector<TestFunctionWrapper>& errorFuncs);
1211 const vector<TestFunctionWrapper>& errorFuncs) in GroupFilterCase()
1377 const vector<TestFunctionWrapper>& errorFuncs,
1408 const vector<TestFunctionWrapper> m_errorFuncs;
1419 const vector<TestFunctionWrapper>& errorFuncs, in AsyncCase()
2858 …ase (CaseType type, Context& ctx, const char* name, const char* desc, TestFunctionWrapper function) in createCase()
2890 retVal[ndx].function = TestFunctionWrapper(fns[ndx].function); in wrapCoreFunctions()
3042 vector<TestFunctionWrapper> allFuncs; in init()
3068 vector<TestFunctionWrapper> funcs (allFuncs.begin()+start, allFuncs.begin()+end); in init()
3090 vector<TestFunctionWrapper> funcs (&allFuncs[0]+start, &allFuncs[0]+end); in init()
3112 vector<TestFunctionWrapper> funcs (&allFuncs[0]+start, &allFuncs[0]+end); in init()