Searched refs:BufferPoolController (Results 1 – 7 of 7) sorted by relevance
16 class BufferPoolController class19 ~BufferPoolController() { } in ~BufferPoolController()
426 virtual BufferPoolController* getBufferPoolController(const char* id = NULL) const;
17 BufferPoolController* controller_;20 BufferPoolState(BufferPoolController* c, bool enable) in BufferPoolState()
14 class DummyBufferPoolController : public BufferPoolController
3783 class OpenCLBufferPoolBaseImpl : public BufferPoolController, public OpenCLBufferPool<T>5142 BufferPoolController* getBufferPoolController(const char* id) const { in getBufferPoolController()
162 BufferPoolController* MatAllocator::getBufferPoolController(const char* id) const in getBufferPoolController()
535 BufferPoolController* c = cv::ocl::getOpenCLAllocator()->getBufferPoolController(); in TEST()