HomeSort by relevance Sort by last modified time
    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);
TextureCache.cpp 41 INIT_LOGD(" Setting texture cache size to %sMB", property);
44 INIT_LOGD(" Using default texture cache size of %.2fMB", DEFAULT_TEXTURE_CACHE_SIZE);
49 INIT_LOGD(" Setting texture cache flush rate to %.2f%%", flushRate * 100.0f);
52 INIT_LOGD(" Using default texture cache flush rate of %.2f%%",
73 INIT_LOGD(" Maximum texture dimension is %d pixels", mMaxTextureSize);
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 79 INIT_LOGD("Creating OpenGL renderer caches");
FontRenderer.cpp 315 INIT_LOGD("Creating FontRenderer");
337 INIT_LOGD(" Setting text cache width to %s pixels", property);
342 INIT_LOGD(" Using default text cache width of %i pixels", mCacheWidth);
348 INIT_LOGD(" Setting text cache width to %s pixels", property);
353 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 64 INIT_LOGD("Layers will be composited as regions");

Completed in 5594 milliseconds