Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGraphicsEnv.h107 bool shouldUseAngle();
/frameworks/native/opengl/libs/EGL/
DLoader.cpp191 if (!cnx->angleLoaded && android::GraphicsEnv::getInstance().shouldUseAngle()) { in should_unload_system_driver()
263 if (android::GraphicsEnv::getInstance().shouldUseAngle()) { in open()
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp539 bool GraphicsEnv::shouldUseAngle() { in shouldUseAngle() function in android::GraphicsEnv