Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/scenes/
DBitmapShaders.cpp40 explicit BitmapShaders(BitmapAllocationTestUtils::BitmapAllocator allocator) in BitmapShaders()
73 BitmapAllocationTestUtils::BitmapAllocator mAllocator;
DTvApp.cpp57 explicit TvApp(BitmapAllocationTestUtils::BitmapAllocator allocator) in TvApp()
66 BitmapAllocationTestUtils::BitmapAllocator mAllocator;
241 …explicit TvAppNoRoundedCorner(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(alloca… in TvAppNoRoundedCorner()
249 …explicit TvAppColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(allocator)… in TvAppColorFilter()
257 explicit TvAppNoRoundedCornerColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) in TvAppNoRoundedCornerColorFilter()
DBitmapFillrate.cpp35 explicit BitmapFillrate(BitmapAllocationTestUtils::BitmapAllocator allocator) in BitmapFillrate()
72 BitmapAllocationTestUtils::BitmapAllocator mAllocator;
/frameworks/base/libs/hwui/tests/common/
DBitmapAllocationTestUtils.h49 typedef sk_sp<Bitmap> (*BitmapAllocator)(int, int, SkColorType, typedef
52 template <class T, BitmapAllocator allocator>