Home
last modified time | relevance | path

Searched refs:TestFunctionWrapper (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp125 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()
[all …]