Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphicsJNI.h117 static jint hardwareLegacyBitmapConfig();
H A DBitmap.cpp375 if (dstConfigHandle == GraphicsJNI::hardwareLegacyBitmapConfig()) { in Bitmap_copy()
519 return GraphicsJNI::hardwareLegacyBitmapConfig(); in Bitmap_config()
H A DGraphics.cpp460 jint GraphicsJNI::hardwareLegacyBitmapConfig() { in hardwareLegacyBitmapConfig() function in GraphicsJNI