Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Docl.cpp4133 mutable OpenCLBufferPoolImpl bufferPool; member in cv::ocl::OpenCLAllocator
4149 : bufferPool(0), in OpenCLAllocator()
4155 bufferPool.setMaxReservedSize(poolSize); in OpenCLAllocator()
4224 handle = bufferPool.allocate(total); in allocate()
4488 bufferPool.release((cl_mem)u->handle); in deallocate()
5157 return &bufferPool; in getBufferPoolController()