Searched refs:initFunc (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 213 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/ |
D | ucln.h | 73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
|
/third_party/node/deps/icu-small/source/common/ |
D | ucln.h | 73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
|
/third_party/icu/icu4c/source/common/ |
D | ucln.h | 73 typedef void U_CALLCONV initFunc(UErrorCode *); typedef
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluRenderContext.cpp | 247 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/ |
D | scheduler.cpp | 379 if (auto const& initFunc = scheduler->cfg.workerThread.initializer) { in start() local 380 initFunc(id); in start()
|