Searched refs:ANGLE (Results 1 – 9 of 9) sorted by relevance
53 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()
112 ANGLE = 5, // cover both system ANGLE and ANGLE APK enumerator
176 private static final double ANGLE = Math.PI / 6; field in EdgeEffect177 private static final float SIN = (float) Math.sin(ANGLE);178 private static final float COS = (float) Math.cos(ANGLE);
598 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()
431 // ANGLE - Force all PKGs to use ANGLE, regardless of any other settings433 // ANGLE - List of PKGs that specify an OpenGL driver435 // ANGLE - Corresponding OpenGL driver selection for the PKG458 // ANGLE - List of Apps that can check ANGLE rules463 // ANGLE - Show a dialog box when ANGLE is selected for the currently running PKG467 // ANGLE - External package containing ANGLE libraries
351 case GpuStatsInfo::Driver::ANGLE: { in setDriverToLoad()
200 VULKAN_VERSION, GpuStatsInfo::Driver::ANGLE, true, in TEST_F()
12025 // ANGLE in use for the app.
66090 Landroid/widget/EdgeEffect;->ANGLE:D