Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DProperties.h322 static bool isHighEndGfx; variable
332 static void setIsHighEndGfx(bool isHighEndGfx) { in setIsHighEndGfx()
H A DProperties.cpp89 bool Properties::isHighEndGfx = true; member in android::uirenderer::Properties
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java1509 private static native void nSetIsHighEndGfx(boolean isHighEndGfx); in nSetIsHighEndGfx()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java1498 static public boolean isHighEndGfx() { in isHighEndGfx() method in ActivityManager