Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degldefs.h84 bool shouldUseAngle; // Should we attempt to load ANGLE member
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp411 bool GraphicsEnv::shouldUseAngle(std::string appName) { in shouldUseAngle() function in android::GraphicsEnv
422 bool GraphicsEnv::shouldUseAngle() { in shouldUseAngle() function in android::GraphicsEnv
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java127 public static boolean shouldUseAngle(Context context, Bundle coreSettings, in shouldUseAngle() method in GraphicsEnvironment