Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp137 typedef void (*CoreTestFunc)(NegativeTestContext& ctx); typedef in deqp::gles31::Functional::__anon0b3d5a1f0111::TestFunctionWrapper
141 explicit TestFunctionWrapper (CoreTestFunc func);
157 CoreTestFunc coreFn;
167 TestFunctionWrapper::TestFunctionWrapper (CoreTestFunc func) in TestFunctionWrapper()