Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp213 SupportFunction suppFunc, InitFunction initFunc, TestFunction testFunc, Arg0 arg0) in SubgroupFactory() argument
216 , m_initFunc(initFunc) in SubgroupFactory()
287 InitFunction initFunc, in addFunctionCaseWithPrograms() argument
291 …group->getContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, suppFunc, initFunc, testFunc, arg0)); in addFunctionCaseWithPrograms()
/external/icu/icu4c/source/common/
Ducln.h73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
/external/deqp/framework/opengl/
DgluRenderContext.cpp247 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader); in initCoreFunctions() member
271 s_initFuncs[ndx].initFunc(dst, loader); in initCoreFunctions()
/external/swiftshader/third_party/marl/src/
Dscheduler.cpp367 if (auto const& initFunc = scheduler->getThreadInitializer()) { in start() local
368 initFunc(); in start()