blob: e986c38a845a7e186c2f32275db70f0076d70ddf [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}