OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureCacheFlushRate
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
278
static float
textureCacheFlushRate
;
Properties.cpp
51
float Properties::
textureCacheFlushRate
= DEFAULT_TEXTURE_CACHE_FLUSH_RATE;
158
textureCacheFlushRate
= std::max(0.0f, std::min(1.0f,
TextureCache.cpp
39
, mFlushRate(Properties::
textureCacheFlushRate
)
Completed in 386 milliseconds