Home
last modified time | relevance | path

Searched refs:SURFACE_SIZE_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp45 #define SURFACE_SIZE_MULTIPLIER (12.0f * 4.0f) macro
50 , mMaxResourceBytes(mMaxSurfaceArea * SURFACE_SIZE_MULTIPLIER) in CacheManager()
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp1406 const float SURFACE_SIZE_MULTIPLIER = 3.5f * bytesPerPixel(mDefaultPixelFormat); in onPrimaryDisplaySizeChanged() local
1407 const int maxResourceBytes = size.width * size.height * SURFACE_SIZE_MULTIPLIER; in onPrimaryDisplaySizeChanged()