blob: ca119757e81671db9e6b174287e4079f52c88c00 [file] [log] [blame]
John Reckd66cdb32023-08-21 22:25:42 -04001package: "com.android.graphics.hwui.flags"
2
3flag {
Jorge Betancourt7574a1d2023-12-04 16:07:54 -05004 name: "matrix_44"
5 namespace: "core_graphics"
6 description: "API for 4x4 matrix and related canvas functions"
7 bug: "280116960"
8}
9
10flag {
John Reckd66cdb32023-08-21 22:25:42 -040011 name: "limited_hdr"
12 namespace: "core_graphics"
13 description: "API to enable apps to restrict the amount of HDR headroom that is used"
14 bug: "234181960"
John Reck37b52d42023-09-20 16:01:11 -040015}
16
17flag {
18 name: "hdr_10bit_plus"
19 namespace: "core_graphics"
20 description: "Use 10101010 and FP16 formats for HDR-UI when available"
21 bug: "284159488"
22}
23
24flag {
25 name: "gainmap_animations"
26 namespace: "core_graphics"
27 description: "APIs to help enable animations involving gainmaps"
28 bug: "296482289"
29}
Carlos Martinez Romero4a210292023-10-11 19:45:53 +000030
31flag {
32 name: "gainmap_constructor_with_metadata"
33 namespace: "core_graphics"
34 description: "APIs to create a new gainmap with a bitmap for metadata."
35 bug: "304478551"
36}
John Reck91ae8252023-10-20 16:48:45 -040037
38flag {
39 name: "clip_surfaceviews"
40 namespace: "core_graphics"
41 description: "Clip z-above surfaceviews to global clip rect"
42 bug: "298621623"
43}
Trevor David Black479e9372023-07-24 17:45:21 +000044
45flag {
46 name: "requested_formats_v"
47 namespace: "core_graphics"
48 description: "Enable r_8, r_16_uint, rg_1616_uint, and rgba_10101010 in the SDK"
49 bug: "292545615"
50}
John Reck15e666c2023-12-04 15:15:23 -050051
52flag {
53 name: "animate_hdr_transitions"
54 namespace: "core_graphics"
55 description: "Automatically animate all changes in HDR headroom"
56 bug: "314810174"
57}