blob: 78a64795967abad514cd94eda6c2ae6a239ac7ac [file] [log] [blame]
John Reckd66cdb32023-08-21 22:25:42 -04001package: "com.android.graphics.hwui.flags"
2
3flag {
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 Reck37b52d42023-09-20 16:01:11 -04008}
9
10flag {
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
17flag {
18 name: "gainmap_animations"
19 namespace: "core_graphics"
20 description: "APIs to help enable animations involving gainmaps"
21 bug: "296482289"
22}
Carlos Martinez Romero4a210292023-10-11 19:45:53 +000023
24flag {
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 Reck91ae8252023-10-20 16:48:45 -040030
31flag {
32 name: "clip_surfaceviews"
33 namespace: "core_graphics"
34 description: "Clip z-above surfaceviews to global clip rect"
35 bug: "298621623"
36}
Trevor David Black479e9372023-07-24 17:45:21 +000037
38flag {
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}