| Stan Iliev | b8811aa5 | 2018-11-08 16:25:54 -0500 | [diff] [blame] | 1 | owner: Platform | 
| 2 | module: "android.uirenderer" | ||||
| 3 | prop { | ||||
| 4 | api_name: "use_vulkan" | ||||
| 5 | type: Boolean | ||||
| 6 | prop_name: "ro.hwui.use_vulkan" | ||||
| 7 | scope: Public | ||||
| 8 | access: Readonly | ||||
| 9 | } | ||||
| John Reck | 4d52722 | 2019-03-13 16:25:20 -0700 | [diff] [blame] | 10 | prop { | 
| 11 | api_name: "render_ahead" | ||||
| 12 | type: Integer | ||||
| 13 | prop_name: "ro.hwui.render_ahead" | ||||
| 14 | scope: Public | ||||
| 15 | access: Readonly | ||||
| 16 | } | ||||