Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h123 static jint hardwareLegacyBitmapConfig();
DBitmap.cpp395 if (dstConfigHandle == GraphicsJNI::hardwareLegacyBitmapConfig()) { in Bitmap_copy()
562 return GraphicsJNI::hardwareLegacyBitmapConfig(); in Bitmap_config()
DGraphics.cpp462 jint GraphicsJNI::hardwareLegacyBitmapConfig() { in hardwareLegacyBitmapConfig() function in GraphicsJNI