Home
last modified time | relevance | path

Searched refs:BufferPoolController (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dbufferpool.hpp16 class BufferPoolController class
19 ~BufferPoolController() { } in ~BufferPoolController()
Dmat.hpp426 virtual BufferPoolController* getBufferPoolController(const char* id = NULL) const;
/external/opencv3/modules/core/perf/opencl/
Dperf_bufferpool.cpp17 BufferPoolController* controller_;
20 BufferPoolState(BufferPoolController* c, bool enable) in BufferPoolState()
/external/opencv3/modules/core/src/
Dbufferpool.impl.hpp14 class DummyBufferPoolController : public BufferPoolController
Docl.cpp3783 class OpenCLBufferPoolBaseImpl : public BufferPoolController, public OpenCLBufferPool<T>
5142 BufferPoolController* getBufferPoolController(const char* id) const { in getBufferPoolController()
Dmatrix.cpp162 BufferPoolController* MatAllocator::getBufferPoolController(const char* id) const in getBufferPoolController()
/external/opencv3/modules/core/test/
Dtest_umat.cpp535 BufferPoolController* c = cv::ocl::getOpenCLAllocator()->getBufferPoolController(); in TEST()