Home | History | Annotate | Download | only in hwui
      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 }
     10 prop {
     11     api_name: "render_ahead"
     12     type: Integer
     13     prop_name: "ro.hwui.render_ahead"
     14     scope: Public
     15     access: Readonly
     16 }