| John Reck | d66cdb3 | 2023-08-21 22:25:42 -0400 | [diff] [blame] | 1 | package: "com.android.graphics.hwui.flags" |
| Oriol Prieto Gasco | 7b81612 | 2024-04-30 20:05:05 +0000 | [diff] [blame] | 2 | container: "system" |
| John Reck | d66cdb3 | 2023-08-21 22:25:42 -0400 | [diff] [blame] | 3 | |
| 4 | flag { |
| Jorge Betancourt | 7574a1d | 2023-12-04 16:07:54 -0500 | [diff] [blame] | 5 | name: "matrix_44" |
| 6 | namespace: "core_graphics" |
| 7 | description: "API for 4x4 matrix and related canvas functions" |
| 8 | bug: "280116960" |
| 9 | } |
| 10 | |
| 11 | flag { |
| John Reck | d66cdb3 | 2023-08-21 22:25:42 -0400 | [diff] [blame] | 12 | name: "limited_hdr" |
| 13 | namespace: "core_graphics" |
| 14 | description: "API to enable apps to restrict the amount of HDR headroom that is used" |
| 15 | bug: "234181960" |
| John Reck | 37b52d4 | 2023-09-20 16:01:11 -0400 | [diff] [blame] | 16 | } |
| 17 | |
| 18 | flag { |
| 19 | name: "hdr_10bit_plus" |
| 20 | namespace: "core_graphics" |
| 21 | description: "Use 10101010 and FP16 formats for HDR-UI when available" |
| 22 | bug: "284159488" |
| 23 | } |
| 24 | |
| 25 | flag { |
| 26 | name: "gainmap_animations" |
| 27 | namespace: "core_graphics" |
| 28 | description: "APIs to help enable animations involving gainmaps" |
| 29 | bug: "296482289" |
| 30 | } |
| Carlos Martinez Romero | 4a21029 | 2023-10-11 19:45:53 +0000 | [diff] [blame] | 31 | |
| 32 | flag { |
| 33 | name: "gainmap_constructor_with_metadata" |
| 34 | namespace: "core_graphics" |
| 35 | description: "APIs to create a new gainmap with a bitmap for metadata." |
| 36 | bug: "304478551" |
| 37 | } |
| John Reck | 91ae825 | 2023-10-20 16:48:45 -0400 | [diff] [blame] | 38 | |
| 39 | flag { |
| 40 | name: "clip_surfaceviews" |
| 41 | namespace: "core_graphics" |
| 42 | description: "Clip z-above surfaceviews to global clip rect" |
| 43 | bug: "298621623" |
| 44 | } |
| Trevor David Black | 479e937 | 2023-07-24 17:45:21 +0000 | [diff] [blame] | 45 | |
| 46 | flag { |
| 47 | name: "requested_formats_v" |
| 48 | namespace: "core_graphics" |
| 49 | description: "Enable r_8, r_16_uint, rg_1616_uint, and rgba_10101010 in the SDK" |
| 50 | bug: "292545615" |
| 51 | } |
| John Reck | 15e666c | 2023-12-04 15:15:23 -0500 | [diff] [blame] | 52 | |
| 53 | flag { |
| 54 | name: "animate_hdr_transitions" |
| 55 | namespace: "core_graphics" |
| 56 | description: "Automatically animate all changes in HDR headroom" |
| 57 | bug: "314810174" |
| 58 | } |