Home
last modified time | relevance | path

Searched refs:ANDROID_BITMAP_FORMAT_RGBA_4444 (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/libs/hwui/apex/
H A Dandroid_bitmap.cpp55 return ANDROID_BITMAP_FORMAT_RGBA_4444; in getFormat()
71 case ANDROID_BITMAP_FORMAT_RGBA_4444: in getColorType()
/aosp12/frameworks/native/include/android/
H A Dbitmap.h66 ANDROID_BITMAP_FORMAT_RGBA_4444 = 7, enumerator
/aosp12/frameworks/base/native/graphics/jni/
H A Dimagedecoder.cpp195 case ANDROID_BITMAP_FORMAT_RGBA_4444: in getColorType()
288 return ANDROID_BITMAP_FORMAT_RGBA_4444; in getFormat()
/aosp12/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp640 case ANDROID_BITMAP_FORMAT_RGBA_4444: in checkInternalFormat()
671 case ANDROID_BITMAP_FORMAT_RGBA_4444: in getInternalFormat()
688 case ANDROID_BITMAP_FORMAT_RGBA_4444: in getType()
/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp406 ANDROID_BITMAP_FORMAT_RGBA_4444, in getFormatFromConfig()
424 case ANDROID_BITMAP_FORMAT_RGBA_4444: in getConfigFromFormat()
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp315 case ANDROID_BITMAP_FORMAT_RGBA_4444: in initTexture()
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1072 case ANDROID_BITMAP_FORMAT_RGBA_4444: s *= 2; break; in GetBitmapSize()