Home
last modified time | relevance | path

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

/external/opencv3/modules/core/perf/opencl/
Dperf_bufferpool.cpp52 BufferPoolState s(cv::ocl::getOpenCLAllocator()->getBufferPoolController(), GetParam()); in OCL_PERF_TEST_P()
69 BufferPoolState s(cv::ocl::getOpenCLAllocator()->getBufferPoolController(), GetParam()); in OCL_PERF_TEST_P()
87 BufferPoolState s(cv::ocl::getOpenCLAllocator()->getBufferPoolController(), GetParam()); in OCL_PERF_TEST_P()
112 BufferPoolState s(cv::ocl::getOpenCLAllocator()->getBufferPoolController(), GetParam()); in OCL_PERF_TEST_P()
/external/opencv3/modules/core/include/opencv2/core/
Docl.hpp673 CV_EXPORTS MatAllocator* getOpenCLAllocator();
/external/opencv3/modules/core/test/
Dtest_umat.cpp535 BufferPoolController* c = cv::ocl::getOpenCLAllocator()->getBufferPoolController(); in TEST()
/external/opencv3/modules/core/src/
Dumatrix.cpp92 return ocl::getOpenCLAllocator(); in getStdAllocator()
Docl.cpp5163 MatAllocator* getOpenCLAllocator() in getOpenCLAllocator() function
5759 CV_DbgAssert(u.u->currAllocator == getOpenCLAllocator()); in isCLBuffer()