Pixel 7 Pro: Use SkiaVk as RenderEngine backend
Test: make, flash, and run applications/tests Bug: 236390072 Change-Id: I047b827a585776cfd759fa000cd2c7d1a3842ff7
This commit is contained in:
parent
66f39332a9
commit
beca2cdf3c
1 changed files with 9 additions and 2 deletions
11
device.mk
11
device.mk
|
@ -259,8 +259,15 @@ endif
|
|||
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.opengles.version=196610 \
|
||||
graphics.gpu.profiler.support=true \
|
||||
debug.renderengine.backend=skiaglthreaded \
|
||||
graphics.gpu.profiler.support=true
|
||||
# Enable SkiaVk for RenderEngine on Cheetah
|
||||
ifneq (,$(filter %cheetah, $(TARGET_PRODUCT)))
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
debug.renderengine.backend=skiavkthreaded
|
||||
else
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
debug.renderengine.backend=skiaglthreaded
|
||||
endif
|
||||
|
||||
# GRAPHICS - GPU (end)
|
||||
# ####################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue