blob: 920add5e040629af6ebdce7fc3899cab110d0581 [file] [log] [blame]
John Reckd66cdb32023-08-21 22:25:42 -04001package: "com.android.graphics.hwui.flags"
Oriol Prieto Gasco7b816122024-04-30 20:05:05 +00002container: "system"
John Reckd66cdb32023-08-21 22:25:42 -04003
4flag {
Jorge Betancourt7574a1d2023-12-04 16:07:54 -05005 name: "matrix_44"
6 namespace: "core_graphics"
7 description: "API for 4x4 matrix and related canvas functions"
8 bug: "280116960"
9}
10
11flag {
John Reckd66cdb32023-08-21 22:25:42 -040012 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 Reck37b52d42023-09-20 16:01:11 -040016}
17
18flag {
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
25flag {
26 name: "gainmap_animations"
27 namespace: "core_graphics"
28 description: "APIs to help enable animations involving gainmaps"
29 bug: "296482289"
30}
Carlos Martinez Romero4a210292023-10-11 19:45:53 +000031
32flag {
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 Reck91ae8252023-10-20 16:48:45 -040038
39flag {
40 name: "clip_surfaceviews"
41 namespace: "core_graphics"
42 description: "Clip z-above surfaceviews to global clip rect"
43 bug: "298621623"
44}
Trevor David Black479e9372023-07-24 17:45:21 +000045
46flag {
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 Reck15e666c2023-12-04 15:15:23 -050052
53flag {
54 name: "animate_hdr_transitions"
55 namespace: "core_graphics"
56 description: "Automatically animate all changes in HDR headroom"
57 bug: "314810174"
58}