Home
last modified time | relevance | path

Searched refs:hardwareLegacyBitmapConfig (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DGraphicsJNI.h121 static jint hardwareLegacyBitmapConfig();
H A DBitmap.cpp383 if (dstConfigHandle == GraphicsJNI::hardwareLegacyBitmapConfig()) { in Bitmap_copy()
550 return GraphicsJNI::hardwareLegacyBitmapConfig(); in Bitmap_config()
H A DGraphics.cpp465 jint GraphicsJNI::hardwareLegacyBitmapConfig() { in hardwareLegacyBitmapConfig() function in GraphicsJNI