Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/scenes/
DTvApp.cpp51 TvApp(BitmapAllocationTestUtils::BitmapAllocator allocator) in TvApp()
60 BitmapAllocationTestUtils::BitmapAllocator mAllocator;
235 TvAppNoRoundedCorner(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(allocator) {} in TvAppNoRoundedCorner()
243 TvAppColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(allocator) {} in TvAppColorFilter()
251 TvAppNoRoundedCornerColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) in TvAppNoRoundedCornerColorFilter()
DBitmapShaders.cpp29 BitmapShaders(BitmapAllocationTestUtils::BitmapAllocator allocator) in BitmapShaders()
64 BitmapAllocationTestUtils::BitmapAllocator mAllocator;
DBitmapFillrate.cpp34 BitmapFillrate(BitmapAllocationTestUtils::BitmapAllocator allocator) in BitmapFillrate()
71 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>