Roll ANGLE from 1c0bcb06e36f to a3f2545f6bb3 (12 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/1c0bcb06e36f..a3f2545f6bb3

2025-04-14 syoussefi@chromium.org Tests that exercise overwriting textures while in use
2025-04-14 i.nazarov@samsung.com Vulkan: Treat present SURFACE_LOST_KHR as OUT_OF_DATE
2025-04-14 yuxiang.qian@arm.com Add test to check EGL_KHR_platform_android
2025-04-14 ynovikov@chromium.org Revert "GL: Allow untranslated shaders to pass through on GLES"
2025-04-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 75621a1b9953 to 95d3d27a122a (1865 revisions)
2025-04-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 5ec40ef70a52 to a24af46b3d3b (14 revisions)
2025-04-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from ad6225aacbc5 to 76c1572eaba4 (12 revisions)
2025-04-11 lexa.knyazev@gmail.com Fix GL_OES_texture_3D entry points validation
2025-04-11 geofflang@chromium.org GL: Allow untranslated shaders to pass through on GLES
2025-04-11 yuxinhu@google.com Reland^2 "Enable VVL on vulkan instance created in GetSystemInfoVulkanWithICD"
2025-04-11 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 792a8d875adc to 5ec40ef70a52 (3 revisions)
2025-04-11 kkinnunen@apple.com Fix IndexRange::vertexIndexCount calculation

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-skia-autoroll
Please CC bwils@google.com,jmadill@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Build-Ubuntu24.04-Clang-x86_64-Release-ANGLE;skia/skia.primary:Build-Mac-Clang-arm64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win11-Clang-Dell3930-GPU-GTX1660-x86_64-Debug-All-ANGLE
Tbr: bwils@google.com
Change-Id: I2f6269257dcdce3b1e491447b04575a4714c9df1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/980296
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 3a2347a..666d0c7 100644
--- a/DEPS
+++ b/DEPS
@@ -31,7 +31,7 @@
 #     ./tools/git-sync-deps
 deps = {
   "buildtools"                                   : "https://chromium.googlesource.com/chromium/src/buildtools.git@1760ff6d7267dd97ae1968c7bee9ce04a2a8489d",
-  "third_party/externals/angle2"                 : "https://chromium.googlesource.com/angle/angle.git@1c0bcb06e36fe6920fb09512bcfe7519fe1bcbb2",
+  "third_party/externals/angle2"                 : "https://chromium.googlesource.com/angle/angle.git@a3f2545f6bb3e8d27827dceb2b4e901673995ad1",
   "third_party/externals/brotli"                 : "https://skia.googlesource.com/external/github.com/google/brotli.git@6d03dfbedda1615c4cba1211f8d81735575209c8",
   "third_party/externals/d3d12allocator"         : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
   # Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index 992a0db..15e2832 100644
--- a/infra/bots/deps/deps_gen.go
+++ b/infra/bots/deps/deps_gen.go
@@ -24,7 +24,7 @@
 	},
 	"chromium.googlesource.com/angle/angle": {
 		Id:      "chromium.googlesource.com/angle/angle",
-		Version: "1c0bcb06e36fe6920fb09512bcfe7519fe1bcbb2",
+		Version: "a3f2545f6bb3e8d27827dceb2b4e901673995ad1",
 		Path:    "third_party/externals/angle2",
 	},
 	"chromium.googlesource.com/chromium/deps/icu": {