Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp36 , stdAllocator(allocator) in DisplayList()
37 , chunks(stdAllocator) in DisplayList()
38 , ops(stdAllocator) in DisplayList()
39 , children(stdAllocator) in DisplayList()
40 , bitmapResources(stdAllocator) in DisplayList()
41 , pathResources(stdAllocator) in DisplayList()
42 , patchResources(stdAllocator) in DisplayList()
43 , paints(stdAllocator) in DisplayList()
44 , regions(stdAllocator) in DisplayList()
45 , referenceHolders(stdAllocator) in DisplayList()
[all …]
DDisplayList.h133 LinearStdAllocator<void*> stdAllocator; variable
/frameworks/base/libs/hwui/tests/unit/
DLinearAllocatorTests.cpp91 LinearStdAllocator<void*> stdAllocator(la); in TEST() local
93 std::vector<char, LinearStdAllocator<char> > v(stdAllocator); in TEST()
118 LinearStdAllocator<void*> stdAllocator(allocator); in TEST() local
123 LsaVector<std::unique_ptr<TestUtils::SignalingDtor> > vector(stdAllocator); in TEST()
/frameworks/base/libs/hwui/tests/microbench/
DLinearAllocatorBench.cpp40 LinearStdAllocator<void*> stdAllocator(la); in BM_LinearStdAllocator_vector() local
41 std::vector<char, LinearStdAllocator<char> > v(stdAllocator); in BM_LinearStdAllocator_vector()