Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp122 typedef void (*CoreTestFunc)(NegativeTestContext& ctx); typedef in deqp::gles31::Functional::__anon0b3d5a1f0111::TestFunctionWrapper
126 explicit TestFunctionWrapper (CoreTestFunc func);
142 CoreTestFunc coreFn;
152 TestFunctionWrapper::TestFunctionWrapper (CoreTestFunc func) in TestFunctionWrapper()