Home
last modified time | relevance | path

Searched defs:isHighEndGfx (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DProperties.h291 static void setIsHighEndGfx(bool isHighEndGfx) { in setIsHighEndGfx()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java1326 private static native void nSetIsHighEndGfx(boolean isHighEndGfx); in nSetIsHighEndGfx()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManager.java1079 static public boolean isHighEndGfx() { in isHighEndGfx() method in ActivityManager