Loading libs/hwui/pipeline/skia/ShaderCache.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ namespace skiapipeline { // Cache size limits. static const size_t maxKeySize = 1024; static const size_t maxValueSize = 512 * 1024; static const size_t maxValueSize = 2 * 1024 * 1024; static const size_t maxTotalSize = 1024 * 1024; ShaderCache::ShaderCache() { Loading Loading
libs/hwui/pipeline/skia/ShaderCache.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ namespace skiapipeline { // Cache size limits. static const size_t maxKeySize = 1024; static const size_t maxValueSize = 512 * 1024; static const size_t maxValueSize = 2 * 1024 * 1024; static const size_t maxTotalSize = 1024 * 1024; ShaderCache::ShaderCache() { Loading