summaryrefslogtreecommitdiff
path: root/libs/hwui/aconfig/hwui_flags.aconfig
blob: 920add5e040629af6ebdce7fc3899cab110d0581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
package: "com.android.graphics.hwui.flags"
container: "system"

flag {
  name: "matrix_44"
  namespace: "core_graphics"
  description: "API for 4x4 matrix and related canvas functions"
  bug: "280116960"
}

flag {
  name: "limited_hdr"
  namespace: "core_graphics"
  description: "API to enable apps to restrict the amount of HDR headroom that is used"
  bug: "234181960"
}

flag {
  name: "hdr_10bit_plus"
  namespace: "core_graphics"
  description: "Use 10101010 and FP16 formats for HDR-UI when available"
  bug: "284159488"
}

flag {
  name: "gainmap_animations"
  namespace: "core_graphics"
  description: "APIs to help enable animations involving gainmaps"
  bug: "296482289"
}

flag {
  name: "gainmap_constructor_with_metadata"
  namespace: "core_graphics"
  description: "APIs to create a new gainmap with a bitmap for metadata."
  bug: "304478551"
}

flag {
  name: "clip_surfaceviews"
  namespace: "core_graphics"
  description: "Clip z-above surfaceviews to global clip rect"
  bug: "298621623"
}

flag {
  name: "requested_formats_v"
  namespace: "core_graphics"
  description: "Enable r_8, r_16_uint, rg_1616_uint, and rgba_10101010 in the SDK"
  bug: "292545615"
}

flag {
  name: "animate_hdr_transitions"
  namespace: "core_graphics"
  description: "Automatically animate all changes in HDR headroom"
  bug: "314810174"
}