Searched refs:allocateHardwareBitmap (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/tests/common/
H A DBitmapAllocationTestUtils.h39 static sk_sp<Bitmap> allocateHardwareBitmap(int width, int height, function in class:android::uirenderer::test::BitmapAllocationTestUtils
46 return Bitmap::allocateHardwareBitmap(skBitmap);
68 createBitmapAllocationScene<BaseScene, &allocateHardwareBitmap>
/frameworks/base/libs/hwui/tests/unit/
H A DTextureCacheTests.cpp34 sk_sp<Bitmap> hwBitmap(Bitmap::allocateHardwareBitmap(renderThread, skBitmap));
/frameworks/base/libs/hwui/tests/common/scenes/
H A DHwBitmap565.cpp35 sk_sp<Bitmap> hardwareBitmap = BitmapAllocationTestUtils::allocateHardwareBitmap(200, 200,
H A DReadbackFromHardwareBitmap.cpp40 return Bitmap::allocateHardwareBitmap(skBitmap);
/frameworks/base/libs/hwui/hwui/
H A DBitmap.h50 static sk_sp<Bitmap> allocateHardwareBitmap(SkBitmap& bitmap);
60 static sk_sp<Bitmap> allocateHardwareBitmap(uirenderer::renderthread::RenderThread&,
H A DBitmap.cpp216 sk_sp<Bitmap> Bitmap::allocateHardwareBitmap(uirenderer::renderthread::RenderThread& renderThread, function in class:android::Bitmap
238 std::string("Bitmap::allocateHardwareBitmap pid [") + std::to_string(getpid()) + "]");
261 sk_sp<Bitmap> Bitmap::allocateHardwareBitmap(SkBitmap& bitmap) { function in class:android::Bitmap
262 return uirenderer::renderthread::RenderProxy::allocateHardwareBitmap(bitmap);
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h135 static sk_sp<Bitmap> allocateHardwareBitmap(SkBitmap& bitmap);
H A DRenderProxy.cpp667 CREATE_BRIDGE2(allocateHardwareBitmap, RenderThread* thread, SkBitmap* bitmap) {
668 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(*args->thread, *args->bitmap);
672 sk_sp<Bitmap> RenderProxy::allocateHardwareBitmap(SkBitmap& bitmap) { function in class:android::uirenderer::renderthread::RenderProxy
673 SETUP_TASK(allocateHardwareBitmap);
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp230 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(bitmap);
H A DBitmapFactory.cpp586 sk_sp<Bitmap> hardwareBitmap = Bitmap::allocateHardwareBitmap(outputBitmap);
H A DBitmap.cpp816 sk_sp<Bitmap> bitmap(Bitmap::allocateHardwareBitmap(src));

Completed in 2609 milliseconds