mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
ReactorGLES.NameUntrackedHandle calls SetDebugLabel, which invokes glIsTexture. glIsTexture should return a GLboolean. But the mock GLES resolver was mapping glIsTexture to a no-op function with a void return type. This change makes glIsTexture mockable so the test can ensure that it returns the appropriate result.
Flutter Engine
gclient bootstrap
Flutter engine uses gclient to manage dependencies.
If you've already cloned the flutter repository: