Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp37 , stdAllocator(allocator) in DisplayList()
38 , chunks(stdAllocator) in DisplayList()
39 , ops(stdAllocator) in DisplayList()
40 , children(stdAllocator) in DisplayList()
41 , bitmapResources(stdAllocator) in DisplayList()
42 , pathResources(stdAllocator) in DisplayList()
43 , patchResources(stdAllocator) in DisplayList()
44 , paints(stdAllocator) in DisplayList()
45 , regions(stdAllocator) in DisplayList()
46 , referenceHolders(stdAllocator) in DisplayList()
[all …]
DDisplayList.h187 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()
119 LinearStdAllocator<void*> stdAllocator(allocator); in TEST() local
124 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()