OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpenCLAllocator
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/core/perf/opencl/
perf_bufferpool.cpp
52
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/include/opencv2/core/
ocl.hpp
673
CV_EXPORTS MatAllocator*
getOpenCLAllocator
();
/external/opencv3/modules/core/src/
umatrix.cpp
92
return ocl::
getOpenCLAllocator
();
ocl.cpp
[
all
...]
/external/opencv3/modules/core/test/
test_umat.cpp
535
BufferPoolController* c = cv::ocl::
getOpenCLAllocator
()->getBufferPoolController();
Completed in 280 milliseconds