Home
last modified time | relevance | path

Searched refs:ANGLE (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/gpuservice/gpustats/
DGpuStats.cpp53 case GpuStatsInfo::Driver::ANGLE: in addLoadingCount()
77 case GpuStatsInfo::Driver::ANGLE: in addLoadingTime()
167 driver == GpuStatsInfo::Driver::ANGLE || driverPackageName == "angle"; in insertDriverStats()
172 driver == GpuStatsInfo::Driver::ANGLE || driverPackageName == "angle"; in insertDriverStats()
/frameworks/native/libs/graphicsenv/include/graphicsenv/
DGpuStatsInfo.h112 ANGLE = 5, // cover both system ANGLE and ANGLE APK enumerator
/frameworks/base/core/java/android/widget/
DEdgeEffect.java176 private static final double ANGLE = Math.PI / 6; field in EdgeEffect
177 private static final float SIN = (float) Math.sin(ANGLE);
178 private static final float COS = (float) Math.cos(ANGLE);
/frameworks/native/opengl/libs/EGL/
DLoader.cpp598 android::GraphicsEnv::getInstance().setDriverToLoad(android::GpuStatsInfo::Driver::ANGLE); in attempt_to_load_angle()
625 android::GraphicsEnv::getInstance().setDriverToLoad(android::GpuStatsInfo::Driver::ANGLE); in attempt_to_init_angle_backend()
671 android::GraphicsEnv::getInstance().setDriverToLoad(android::GpuStatsInfo::Driver::ANGLE); in attempt_to_load_system_driver()
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto431 // ANGLE - Force all PKGs to use ANGLE, regardless of any other settings
433 // ANGLE - List of PKGs that specify an OpenGL driver
435 // ANGLE - Corresponding OpenGL driver selection for the PKG
458 // ANGLE - List of Apps that can check ANGLE rules
463 // ANGLE - Show a dialog box when ANGLE is selected for the currently running PKG
467 // ANGLE - External package containing ANGLE libraries
/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp351 case GpuStatsInfo::Driver::ANGLE: { in setDriverToLoad()
/frameworks/native/services/gpuservice/tests/unittests/
DGpuStatsTest.cpp200 VULKAN_VERSION, GpuStatsInfo::Driver::ANGLE, true, in TEST_F()
/frameworks/proto_logging/stats/
Datoms.proto12025 // ANGLE in use for the app.
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66090 Landroid/widget/EdgeEffect;->ANGLE:D