Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/icu/source/common/
Ducln.h73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
/third_party/node/deps/icu-small/source/common/
Ducln.h73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
/third_party/icu/icu4c/source/common/
Ducln.h73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.cpp247 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader); in initCoreFunctions() member
281 s_initFuncs[ndx].initFunc(dst, loader); in initCoreFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler.cpp379 if (auto const& initFunc = scheduler->cfg.workerThread.initializer) { in start() local
380 initFunc(id); in start()