Searched defs:isHighEndGfx (Results 1 – 4 of 4) sorted by relevance
322 static bool isHighEndGfx; variable332 static void setIsHighEndGfx(bool isHighEndGfx) { in setIsHighEndGfx()
89 bool Properties::isHighEndGfx = true; member in android::uirenderer::Properties
1509 private static native void nSetIsHighEndGfx(boolean isHighEndGfx); in nSetIsHighEndGfx()
1498 static public boolean isHighEndGfx() { in isHighEndGfx() method in ActivityManager