Home
last modified time | relevance | path

Searched refs:shouldUseSystemAngle (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h125 bool shouldUseSystemAngle();
/frameworks/native/opengl/libs/EGL/
DLoader.cpp182 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()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp656 bool GraphicsEnv::shouldUseSystemAngle() { in shouldUseSystemAngle() function in android::GraphicsEnv