Searched refs:shouldUseAngle (Results 1 – 6 of 6) sorted by relevance
91 bool shouldUseAngle(std::string appName);93 bool shouldUseAngle();
422 bool GraphicsEnv::shouldUseAngle(std::string appName) { in shouldUseAngle() function in android::GraphicsEnv430 return shouldUseAngle(); in shouldUseAngle()433 bool GraphicsEnv::shouldUseAngle() { in shouldUseAngle() function in android::GraphicsEnv
64 return android::GraphicsEnv::getInstance().shouldUseAngle(appNameChars.c_str()); in shouldUseAngle_native()
132 public static boolean shouldUseAngle(Context context, Bundle coreSettings, in shouldUseAngle() method in GraphicsEnvironment592 if (!shouldUseAngle(context, bundle, packageName)) { in setupAngle()
530 if (!android::GraphicsEnv::getInstance().shouldUseAngle()) { in attempt_to_load_angle()
15334 HSPLandroid/os/GraphicsEnvironment;->shouldUseAngle(Landroid/content/Context;Landroid/os/Bundle;Lja…