Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dprecomp.hpp375 #define CV_SINGLETON_LAZY_INIT(TYPE, INITIALIZER) CV_SINGLETON_LAZY_INIT_(TYPE, INITIALIZER, instan… macro
H A Dmatrix.cpp202 CV_SINGLETON_LAZY_INIT(MatAllocator, new StdMatAllocator()) in getStdAllocator()
H A Dmatrix_expressions.cpp200 CV_SINGLETON_LAZY_INIT(MatOp_Initializer, new MatOp_Initializer()) in getGlobalMatOpInitializer()
H A Docl.cpp6555 CV_SINGLETON_LAZY_INIT(MatAllocator, getOpenCLAllocator_()) in getOpenCLAllocator()