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

  /frameworks/base/libs/hwui/
DisplayList.cpp 37 , stdAllocator(allocator)
38 , chunks(stdAllocator)
39 , ops(stdAllocator)
40 , children(stdAllocator)
41 , bitmapResources(stdAllocator)
42 , pathResources(stdAllocator)
43 , patchResources(stdAllocator)
44 , paints(stdAllocator)
45 , regions(stdAllocator)
46 , referenceHolders(stdAllocator)
    [all...]
DisplayList.h 182 LinearStdAllocator<void*> stdAllocator;
  /frameworks/base/libs/hwui/tests/microbench/
LinearAllocatorBench.cpp 40 LinearStdAllocator<void*> stdAllocator(la);
41 std::vector<char, LinearStdAllocator<char> > v(stdAllocator);
  /frameworks/base/libs/hwui/tests/unit/
LinearAllocatorTests.cpp 91 LinearStdAllocator<void*> stdAllocator(la);
93 std::vector<char, LinearStdAllocator<char> > v(stdAllocator);
119 LinearStdAllocator<void*> stdAllocator(allocator);
124 LsaVector<std::unique_ptr<TestUtils::SignalingDtor> > vector(stdAllocator);
  /external/opencv3/modules/python/src2/
cv2.cpp 141 NumpyAllocator() { stdAllocator = Mat::getStdAllocator(); }
163 return stdAllocator->allocate(dims0, sizes, type, data, step, flags, usageFlags);
188 return stdAllocator->allocate(u, accessFlags, usageFlags);
202 const MatAllocator* stdAllocator;
    [all...]

Completed in 165 milliseconds