Searched refs:ensureGLCompatibleBitmap (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java64 return ensureGLCompatibleBitmap(
86 return ensureGLCompatibleBitmap(
158 return ensureGLCompatibleBitmap(result);
184 return ensureGLCompatibleBitmap(
191 public static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { method in class:DecodeUtils
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java207 return ensureGLCompatibleBitmap(result);
210 private static Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) { method in class:BitmapRegionTileSource
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java675 mDecodedTile = DecodeUtils.ensureGLCompatibleBitmap(mModel.getTile(

Completed in 177 milliseconds