sm6250-common: props: Switch Skia rendering backend to Vulkan

This results in slightly lower frame times in most UiBench tests:

Skia + Adreno OpenGL:
Score Jank Frames Bad Frames Avg Frame Time (ms)
Overdraw Test 1 0.01% 0.06% 3.16
Edit Text Input 5 0.13% 4.99% 7.79
High-hitrate text render 1 0.01% 0.51% 6.81
Image List View Fling 1 0.01% 0.32% 6.73
Bitmap Upload Test 0 0.01% 0.99% 9.38
Low-hitrate text render 1 0.01% 0.49% 7.08
List View Fling 23 0.12% 0.78% 6.61
Shadow Grid Fling 16 0.10% 0.94% 7.32

Skia + Adreno Vulkan:
Score Jank Frames Bad Frames Avg Frame Time (ms)
Overdraw Test 1 0.01% 0.06% 2.94
Edit Text Input 6 0.13% 4.60% 8.00
High-hitrate text render 1 0.01% 0.28% 6.29
Image List View Fling 1 0.01% 0.36% 5.96
Bitmap Upload Test 1 0.01% 0.15% 9.25
Low-hitrate text render 1 0.01% 0.33% 6.71
List View Fling 16 0.09% 2.70% 6.62
Shadow Grid Fling 11 0.07% 0.49% 6.98
This commit is contained in:
Danny Lin 2020-10-11 13:16:45 +00:00 committed by Nick C
parent 7a563a04f8
commit d1427534f2

View File

@ -120,3 +120,6 @@ persist.vendor.sensors.enable.mag_filter=true
# WFD
persist.debug.wfd.enable=1
persist.sys.wfd.virtual=0
# Use Vulkan backend for Skia UI rendering
debug.hwui.renderer=skiavk