android_device_samsung_msm8.../board/display.mk
PythonLimited 6b76d51966 switch to modular layout
Change-Id: If375e683b32d1509ffab49989d5bd89985d262e4
2018-02-18 13:36:47 +01:00

13 lines
489 B
Makefile

# Display
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
# Shader cache config options
# Maximum size of the GLES Shaders that can be cached for reuse.
# Increase the size if shaders of size greater than 12KB are used.
MAX_EGL_CACHE_KEY_SIZE := 12*1024
# Maximum GLES shader cache size for each app to store the compiled shader
# binaries. Decrease the size if RAM or Flash Storage size is a limitation
# of the device.
MAX_EGL_CACHE_SIZE := 2048*1024