Lines Matching refs:TestFunctionWrapper

125 class TestFunctionWrapper  class
131 TestFunctionWrapper(void);
132 explicit TestFunctionWrapper(CoreTestFunc func);
133 explicit TestFunctionWrapper(DebugTestFunc func);
153 TestFunctionWrapper::TestFunctionWrapper(void) : m_type(TYPE_NULL) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon5e098b950111::TestFunctionWrapper
158 TestFunctionWrapper::TestFunctionWrapper(CoreTestFunc func) : m_type(TYPE_CORE) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon5e098b950111::TestFunctionWrapper
163 TestFunctionWrapper::TestFunctionWrapper(DebugTestFunc func) : m_type(TYPE_DEBUG) in TestFunctionWrapper() function in deqp::gles31::Functional::__anon5e098b950111::TestFunctionWrapper
168 void TestFunctionWrapper::call(DebugMessageTestContext &ctx) const in call()
247 TestFunctionWrapper function;
255 {TestFunctionWrapper(application_messages), "application_messages", in getUserMessageFuncs()
257 {TestFunctionWrapper(thirdparty_messages), "third_party_messages", in getUserMessageFuncs()
259 …{TestFunctionWrapper(push_pop_messages), "push_pop_stack", "Messages from pushing/popping debug gr… in getUserMessageFuncs()
647 …CallbackErrorCase(Context &ctx, const char *name, const char *desc, TestFunctionWrapper errorFunc);
659 const TestFunctionWrapper m_errorFunc;
663 …:CallbackErrorCase(Context &ctx, const char *name, const char *desc, TestFunctionWrapper errorFunc) in CallbackErrorCase()
718 … LogErrorCase(Context &context, const char *name, const char *desc, TestFunctionWrapper errorFunc);
728 const TestFunctionWrapper m_errorFunc;
732 LogErrorCase::LogErrorCase(Context &ctx, const char *name, const char *desc, TestFunctionWrapper er… in LogErrorCase()
830 GetErrorCase(Context &ctx, const char *name, const char *desc, TestFunctionWrapper errorFunc);
841 const TestFunctionWrapper m_errorFunc;
844 GetErrorCase::GetErrorCase(Context &ctx, const char *name, const char *desc, TestFunctionWrapper er… in GetErrorCase()
894 …FilterCase(Context &ctx, const char *name, const char *desc, const vector<TestFunctionWrapper> &er…
937 const vector<TestFunctionWrapper> m_errorFuncs;
942 …ase(Context &ctx, const char *name, const char *desc, const vector<TestFunctionWrapper> &errorFunc… in FilterCase()
1256 …ase(Context &ctx, const char *name, const char *desc, const vector<TestFunctionWrapper> &errorFunc…
1265 const vector<TestFunctionWrapper> &errorFuncs) in GroupFilterCase()
1447 …AsyncCase(Context &ctx, const char *name, const char *desc, const vector<TestFunctionWrapper> &err…
1483 const vector<TestFunctionWrapper> m_errorFuncs;
1491 …ase(Context &ctx, const char *name, const char *desc, const vector<TestFunctionWrapper> &errorFunc… in AsyncCase()
2960 …Case(CaseType type, Context &ctx, const char *name, const char *desc, TestFunctionWrapper function) in createCase()
2996 retVal[ndx].function = TestFunctionWrapper(fns[ndx].function); in wrapCoreFunctions()
3309 vector<TestFunctionWrapper> allFuncs; in init()
3336 vector<TestFunctionWrapper> funcs(allFuncs.begin() + start, allFuncs.begin() + end); in init()
3359 vector<TestFunctionWrapper> funcs(&allFuncs[0] + start, &allFuncs[0] + end); in init()
3382 vector<TestFunctionWrapper> funcs(&allFuncs[0] + start, &allFuncs[0] + end); in init()