core/ocl: OpenCLBufferPool
authorAlexander Alekhin <alexander.alekhin@itseez.com>
Thu, 16 Jan 2014 14:30:39 +0000 (18:30 +0400)
committerAlexander Alekhin <alexander.alekhin@itseez.com>
Tue, 4 Feb 2014 12:48:35 +0000 (16:48 +0400)
commit485635310c266914b1e0e2ee9a7106386e9fc9f4
tree74aac5d007f8d725ada9d7ab8b6496b7be87d038
parent22146e4b181f8c42946ec3bd5ac1e2c42032d46e
core/ocl: OpenCLBufferPool
modules/core/include/opencv2/core/bufferpool.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/ocl.hpp
modules/core/perf/opencl/perf_bufferpool.cpp [new file with mode: 0644]
modules/core/src/bufferpool.impl.hpp [new file with mode: 0644]
modules/core/src/matrix.cpp
modules/core/src/ocl.cpp
modules/core/src/precomp.hpp
modules/core/src/umatrix.cpp
modules/core/test/test_umat.cpp