OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tessellationCacheSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.cpp
47
int Properties::
tessellationCacheSize
= MB(DEFAULT_VERTEX_CACHE_SIZE);
158
tessellationCacheSize
= MB(property_get_float(PROPERTY_VERTEX_CACHE_SIZE, DEFAULT_VERTEX_CACHE_SIZE));
Properties.h
290
static int
tessellationCacheSize
;
Completed in 393 milliseconds