John Reck | d66cdb3 | 2023-08-21 22:25:42 -0400 | [diff] [blame] | 1 | package: "com.android.graphics.hwui.flags" |
| 2 | |
| 3 | flag { |
| 4 | name: "limited_hdr" |
| 5 | namespace: "core_graphics" |
| 6 | description: "API to enable apps to restrict the amount of HDR headroom that is used" |
| 7 | bug: "234181960" |
John Reck | 37b52d4 | 2023-09-20 16:01:11 -0400 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | flag { |
| 11 | name: "hdr_10bit_plus" |
| 12 | namespace: "core_graphics" |
| 13 | description: "Use 10101010 and FP16 formats for HDR-UI when available" |
| 14 | bug: "284159488" |
| 15 | } |
| 16 | |
| 17 | flag { |
| 18 | name: "gainmap_animations" |
| 19 | namespace: "core_graphics" |
| 20 | description: "APIs to help enable animations involving gainmaps" |
| 21 | bug: "296482289" |
| 22 | } |
Carlos Martinez Romero | 4a21029 | 2023-10-11 19:45:53 +0000 | [diff] [blame] | 23 | |
| 24 | flag { |
| 25 | name: "gainmap_constructor_with_metadata" |
| 26 | namespace: "core_graphics" |
| 27 | description: "APIs to create a new gainmap with a bitmap for metadata." |
| 28 | bug: "304478551" |
| 29 | } |
John Reck | 91ae825 | 2023-10-20 16:48:45 -0400 | [diff] [blame] | 30 | |
| 31 | flag { |
| 32 | name: "clip_surfaceviews" |
| 33 | namespace: "core_graphics" |
| 34 | description: "Clip z-above surfaceviews to global clip rect" |
| 35 | bug: "298621623" |
| 36 | } |
Trevor David Black | 479e937 | 2023-07-24 17:45:21 +0000 | [diff] [blame] | 37 | |
| 38 | flag { |
| 39 | name: "requested_formats_v" |
| 40 | namespace: "core_graphics" |
| 41 | description: "Enable r_8, r_16_uint, rg_1616_uint, and rgba_10101010 in the SDK" |
| 42 | bug: "292545615" |
| 43 | } |