summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2023-01-24 21:23:21 -0700
committerCody Northrop <cnorthrop@google.com>2023-02-03 02:38:46 +0000
commit910f1e267ea6a01a37beabdace402efa9ecabf7b (patch)
tree976f3d54bf3d7f84932a0cd562ef6dd9db8a465b
parentd7bb8629f3e7b822f4b42cab73278ce6e912a30a (diff)
downloadgs201-910f1e267ea6a01a37beabdace402efa9ecabf7b.tar.gz
EGL: Configure multifile cache
This CL enables multifile EGL blobcache for GS201 devices and sets a limit of 128MB. Test: pubg_mobile_launch ANGLE trace Test: /data/nativetest64/EGL_test/EGL_test Test: /data/nativetest64/libEGL_test/libEGL_test Bug: b/266725576 Change-Id: I1a0063fd5f7d5de7e64dcd00096a961f7ac922f4
-rw-r--r--device.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 18eef0d..21d9bb7 100644
--- a/device.mk
+++ b/device.mk
@@ -257,6 +257,11 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.hardware.egl = mali
endif
+# Configure EGL blobcache
+PRODUCT_VENDOR_PROPERTIES += \
+ ro.egl.blobcache.multifile=true \
+ ro.egl.blobcache.multifile_limit=134217728 \
+
PRODUCT_VENDOR_PROPERTIES += \
ro.opengles.version=196610 \
graphics.gpu.profiler.support=true \