HomeSort by relevance Sort by last modified time
    Searched refs:currAllocator (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/core/src/
umatrix.cpp 55 prevAllocator = currAllocator = allocator;
67 prevAllocator = currAllocator = 0;
303 u->currAllocator->deallocate(u);
578 u->currAllocator->map(u, accessFlags | ACCESS_READ); // TODO Support ACCESS_WRITE without unnecessary data transfers
599 u->currAllocator->unmap(u);
650 if (u->currAllocator == dst.u->currAllocator)
654 u->currAllocator->copy(u, dst.u, dims, sz, srcofs, step.p, dstofs, dst.step.p, false);
660 u->currAllocator->download(u, dst.ptr(), dims, sz, srcofs, step.p, dst.step.p);
ocl.cpp     [all...]
copy.cpp 303 dst.u->currAllocator->upload(dst.u, data, dims, sz, dstofs, dst.step.p, step.p);
    [all...]
matrix.cpp 433 (u->currAllocator ? u->currAllocator : allocator ? allocator : getStdAllocator())->unmap(u);
    [all...]
dxt.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 487 const MatAllocator* currAllocator;
    [all...]

Completed in 174 milliseconds