Searched refs:getBufferPoolController (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/core/perf/opencl/
H A Dperf_bufferpool.cpp52 BufferPoolState s(cv::ocl::getOpenCLAllocator()->getBufferPoolController(), GetParam());
69 BufferPoolState s(cv::ocl::getOpenCLAllocator()->getBufferPoolController(), GetParam());
87 BufferPoolState s(cv::ocl::getOpenCLAllocator()->getBufferPoolController(), GetParam());
112 BufferPoolState s(cv::ocl::getOpenCLAllocator()->getBufferPoolController(), GetParam());
/external/opencv3/modules/core/test/
H A Dtest_umat.cpp535 BufferPoolController* c = cv::ocl::getOpenCLAllocator()->getBufferPoolController();
/external/opencv3/modules/core/include/opencv2/core/
H A Dmat.hpp426 virtual BufferPoolController* getBufferPoolController(const char* id = NULL) const;
/external/opencv3/modules/core/src/
H A Docl.cpp5142 BufferPoolController* getBufferPoolController(const char* id) const { function in class:cv::ocl::OpenCLAllocator
5155 CV_ErrorNoReturn(cv::Error::StsBadArg, "getBufferPoolController(): unknown BufferPool ID\n");
H A Dmatrix.cpp162 BufferPoolController* MatAllocator::getBufferPoolController(const char* id) const function in class:cv::MatAllocator

Completed in 294 milliseconds