Searched refs:shouldUseSystemAngle (Results 1 – 3 of 3) sorted by relevance
125 bool shouldUseSystemAngle();
182 if (!(cnx->angleLoaded && android::GraphicsEnv::getInstance().shouldUseSystemAngle())) { in should_unload_system_driver()544 if (android::GraphicsEnv::getInstance().shouldUseSystemAngle()) { in load_angle()593 if (!ns && !android::GraphicsEnv::getInstance().shouldUseSystemAngle()) { in attempt_to_load_angle()
656 bool GraphicsEnv::shouldUseSystemAngle() { in shouldUseSystemAngle() function in android::GraphicsEnv