Searched refs:hwBitmap (Results 1 – 3 of 3) sorted by relevance
34 sk_sp<Bitmap> hwBitmap(Bitmap::allocateHardwareBitmap(renderThread, skBitmap)); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local35 cache.get(hwBitmap.get()); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
267 final Bitmap hwBitmap = ThreadedRenderer.createHardwareBitmap(node, width, height); in drawAppThemeSnapshot() local269 return new TaskSnapshot(hwBitmap.createGraphicBufferHandle(), in drawAppThemeSnapshot()
1247 final Bitmap hwBitmap = mThumbnail.copy(Config.HARDWARE, false /* isMutable */); in toBundle() local1248 if (hwBitmap != null) { in toBundle()1249 b.putParcelable(KEY_ANIM_THUMBNAIL, hwBitmap.createGraphicBufferHandle()); in toBundle()