Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/tests/common/scenes/
H A DTvApp.cpp52 explicit TvApp(BitmapAllocationTestUtils::BitmapAllocator allocator) in TvApp()
61 BitmapAllocationTestUtils::BitmapAllocator mAllocator;
236 …explicit TvAppNoRoundedCorner(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(alloca… in TvAppNoRoundedCorner()
244 …explicit TvAppColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(allocator)… in TvAppColorFilter()
252 explicit TvAppNoRoundedCornerColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) in TvAppNoRoundedCornerColorFilter()
H A DBitmapShaders.cpp30 explicit BitmapShaders(BitmapAllocationTestUtils::BitmapAllocator allocator) in BitmapShaders()
63 BitmapAllocationTestUtils::BitmapAllocator mAllocator;
H A DBitmapFillrate.cpp34 explicit BitmapFillrate(BitmapAllocationTestUtils::BitmapAllocator allocator) in BitmapFillrate()
71 BitmapAllocationTestUtils::BitmapAllocator mAllocator;
/aosp12/frameworks/base/libs/hwui/tests/common/
H A DBitmapAllocationTestUtils.h49 typedef sk_sp<Bitmap> (*BitmapAllocator)(int, int, SkColorType, typedef
52 template <class T, BitmapAllocator allocator>