summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Leon Scroggins <scroggo@google.com> 2024-08-15 15:14:35 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-08-15 15:14:35 +0000
commitbc1ab097e55ae438d6f65dc56bbe2755839a52c2 (patch)
treebfab7fb9daaf1d133df02d0a777db2ef8faf463d
parent6fbdcfea1a005ca127b0aadcfdb9c6c40486986a (diff)
parent13deb8d1841b9dde3c149020ff1fa776592eca90 (diff)
Merge "add config flag for runtime color filter api" into main
-rw-r--r--libs/hwui/aconfig/hwui_flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/hwui/aconfig/hwui_flags.aconfig b/libs/hwui/aconfig/hwui_flags.aconfig
index a1f51687b077..faea6d42b156 100644
--- a/libs/hwui/aconfig/hwui_flags.aconfig
+++ b/libs/hwui/aconfig/hwui_flags.aconfig
@@ -2,6 +2,13 @@ package: "com.android.graphics.hwui.flags"
container: "system"
flag {
+ name: "runtime_color_filters_blenders"
+ namespace: "core_graphics"
+ description: "API for AGSL authored runtime color filters and blenders"
+ bug: "358126864"
+}
+
+flag {
name: "clip_shader"
is_exported: true
namespace: "core_graphics"