mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
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:
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)
|
||||
# ####################
|
||||
|
||||
Reference in New Issue
Block a user