OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INIT_LOGD
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/libs/hwui/
Debug.h
69
#define
INIT_LOGD
(...) LOGD(__VA_ARGS__)
71
#define
INIT_LOGD
(...)
GammaFontRenderer.cpp
31
INIT_LOGD
("Creating gamma font renderer");
39
INIT_LOGD
(" Setting text gamma to %s", property);
42
INIT_LOGD
(" Using default text gamma of %.2f", DEFAULT_TEXT_GAMMA);
48
INIT_LOGD
(" Setting text black gamma threshold to %s", property);
51
INIT_LOGD
(" Using default text black gamma threshold of %d",
58
INIT_LOGD
(" Setting text white gamma threshold to %s", property);
61
INIT_LOGD
(" Using default white black gamma threshold of %d",
FboCache.cpp
35
INIT_LOGD
(" Setting fbo cache size to %s", property);
38
INIT_LOGD
(" Using default fbo cache size of %d", DEFAULT_FBO_CACHE_SIZE);
TextDropShadowCache.cpp
35
INIT_LOGD
(" Setting drop shadow cache size to %sMB", property);
38
INIT_LOGD
(" Using default drop shadow cache size of %.2fMB",
GradientCache.cpp
42
INIT_LOGD
(" Setting gradient cache size to %sMB", property);
45
INIT_LOGD
(" Using default gradient cache size of %.2fMB", DEFAULT_GRADIENT_CACHE_SIZE);
LayerCache.cpp
37
INIT_LOGD
(" Setting layer cache size to %sMB", property);
40
INIT_LOGD
(" Using default layer cache size of %.2fMB", DEFAULT_LAYER_CACHE_SIZE);
Caches.h
77
INIT_LOGD
("Creating OpenGL renderer caches");
TextureCache.cpp
40
INIT_LOGD
(" Setting texture cache size to %sMB", property);
43
INIT_LOGD
(" Using default texture cache size of %.2fMB", DEFAULT_TEXTURE_CACHE_SIZE);
63
INIT_LOGD
(" Maximum texture dimension is %d pixels", mMaxTextureSize);
FontRenderer.cpp
316
INIT_LOGD
("Creating FontRenderer");
338
INIT_LOGD
(" Setting text cache width to %s pixels", property);
343
INIT_LOGD
(" Using default text cache width of %i pixels", mCacheWidth);
349
INIT_LOGD
(" Setting text cache width to %s pixels", property);
354
INIT_LOGD
(" Using default text cache height of %i pixels", mCacheHeight);
ShapeCache.h
409
INIT_LOGD
(" Setting %s cache size to %sMB", name, property);
412
INIT_LOGD
(" Using default %s cache size of %.2fMB", name, defaultSize);
Caches.cpp
70
INIT_LOGD
("Layers will be composited as regions");
Completed in 527 milliseconds