OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureCacheSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
277
static int
textureCacheSize
;
Properties.cpp
49
int Properties::
textureCacheSize
= MB(DEFAULT_TEXTURE_CACHE_SIZE);
157
textureCacheSize
= MB(property_get_float(PROPERTY_TEXTURE_CACHE_SIZE, DEFAULT_TEXTURE_CACHE_SIZE));
TextureCache.cpp
38
, mMaxSize(Properties::
textureCacheSize
)
Completed in 3354 milliseconds