diff options
| -rw-r--r-- | services/surfaceflinger/surfaceflinger_flags.aconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/services/surfaceflinger/surfaceflinger_flags.aconfig b/services/surfaceflinger/surfaceflinger_flags.aconfig index 79379fe4a1..f097a13d0e 100644 --- a/services/surfaceflinger/surfaceflinger_flags.aconfig +++ b/services/surfaceflinger/surfaceflinger_flags.aconfig @@ -150,3 +150,19 @@ flag { bug: "286084594" is_fixed_read_only: true } + +flag { + name: "vulkan_renderengine" + namespace: "core_graphics" + description: "Use Vulkan backend in RenderEngine prior to switching to Graphite." + bug: "293371537" + is_fixed_read_only: true +} + +flag { + name: "graphite_renderengine" + namespace: "core_graphics" + description: "Use Skia's Graphite Vulkan backend in RenderEngine." + bug: "293371537" + is_fixed_read_only: true +} |