AI News Feed
Market watch
Products & Applications

Pixel 11 Game Stuttering Traced to Android's Default ANGLE Setting, Report Says

Android Authority testing links microstuttering in Genshin Impact on the Pixel 11 Pro XL to Google's decision to make ANGLE the default OpenGL ES implementation, with frame-time spikes easing when the compatibility layer is switched off.

The Pixel 11 series has drawn complaints from gamers since launch, with the outlet describing gameplay as inconsistent and citing graphical glitches and microstuttering in popular titles including Genshin Impact. Returning to the game that week, the reviewer reported jank and freezing that had not appeared during an initial playthrough and that was worse than anything seen in earlier tests on a Pixel 10 Pro XL. The report notes that Google's August 2026 and September 2026 patches were aimed at performance issues and graphical glitches, and raises the possibility that something changed between those releases.

According to the report, the more consequential change on the Pixel 11 series is that Google has made ANGLE the default OpenGL ES implementation, a first for a Pixel phone. The Pixel 11 also uses a PowerVR CXTP GPU inside the Tensor G6. The site confirmed the switch by enabling Android's "show ANGLE toast" option in Developer Settings and launching several games. Asphalt Legends, Call of Duty Mobile, Genshin Impact and the Dolphin emulator all used ANGLE on the Pixel 11 Pro XL and did not on the Pixel 10 Pro XL.

ANGLE is a compatibility layer that implements OpenGL ES on top of Vulkan. An OpenGL ES game continues to issue OpenGL calls while ANGLE translates them into Vulkan commands for the underlying GPU driver. Even an engine built primarily on Vulkan, such as Call of Duty Mobile, can route parts of its rendering pipeline that use OpenGL ES through ANGLE. The approach is intended to improve performance on modern GPUs while retaining support for OpenGL ES titles and emulators, and to standardize implementation and compatibility across Android devices.

The same developer menu that toggles the ANGLE notification also allows per-app preferences, letting the system decide or forcing either ANGLE or "Native," which reverts to standard OpenGL calls. Re-running Genshin Impact with the feature disabled produced what the report calls striking results: with ANGLE enabled, the default state on the Pixel 11 Pro XL, frame times varied far more, with repeated large janks and microstutters throughout the session. Switching to native OpenGL did not eliminate all frame-time variation and did not lock the game to 60fps, but the largest spikes fell sharply, with even the worst frame time in the test staying below 100ms.

The report states this is not definitive proof that ANGLE is a universal problem across the Pixel 11 line. It could prove specific to Genshin Impact, especially given Google's past difficulties with that title, and many games now prefer or run exclusively on Vulkan. The site said it intends to test a wider range of titles and emulators. The stutters were most visible when the game encountered rendering effects it had not recently displayed, such as new animations, enemy models or particle effects. ANGLE does not simply add a fixed amount of overhead to every frame; it must translate OpenGL ES state and shader models into Vulkan's more explicit rendering pipeline. If new shader or rendering-state combinations must be prepared as they appear, the extra CPU or driver work could cause an individual frame to miss its rendering deadline, producing microstutters rather than a lower average frame rate. The report says it could not establish that pipeline compilation is responsible for every hitch, calling this a likely explanation rather than a confirmed root cause.

Google has been moving toward an OpenGL ES-on-Vulkan architecture for several years, so the Pixel 11 change appears to be part of a broader Android graphics strategy rather than a Pixel-specific experiment, the report says.