android_frameworks_base/libs/hwui/HWUIProperties.sysprop
John Reck 859f98d82c Add back render-ahead support
Currently only supported in the EGL path.
Vulkan support Coming Soon

Bug: 127822449
Test: trace of hwuimacro
Change-Id: Iac2b039e11d964aab5b8ca1bdf2a5430b187e2ea
2019-04-03 14:33:04 -07:00

16 lines
306 B
Plaintext

owner: Platform
module: "android.uirenderer"
prop {
api_name: "use_vulkan"
type: Boolean
prop_name: "ro.hwui.use_vulkan"
scope: Public
access: Readonly
}
prop {
api_name: "render_ahead"
type: Integer
prop_name: "ro.hwui.render_ahead"
scope: Public
access: Readonly
}