HomeSort by relevance Sort by last modified time
    Searched refs:INIT_LOGD (Results 1 - 15 of 15) sorted by null

  /frameworks/base/libs/hwui/
Debug.h 95 #define INIT_LOGD(...) ALOGD(__VA_ARGS__)
97 #define INIT_LOGD(...)
GammaFontRenderer.cpp 65 INIT_LOGD(" Setting text gamma to %s", property);
68 INIT_LOGD(" Using default text gamma of %.2f", DEFAULT_TEXT_GAMMA);
74 INIT_LOGD(" Setting text black gamma threshold to %s", property);
77 INIT_LOGD(" Using default text black gamma threshold of %d",
84 INIT_LOGD(" Setting text white gamma threshold to %s", property);
87 INIT_LOGD(" Using default white black gamma threshold of %d",
100 INIT_LOGD("Creating shader gamma font renderer");
143 INIT_LOGD("Creating lookup gamma font renderer");
166 INIT_LOGD("Creating lookup3 gamma font renderer");
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);
RenderBufferCache.cpp 46 INIT_LOGD(" Setting render buffer cache size to %sMB", property);
49 INIT_LOGD(" Using default render buffer cache size of %.2fMB",
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);
TextureCache.cpp 46 INIT_LOGD(" Setting texture cache size to %sMB", property);
49 INIT_LOGD(" Using default texture cache size of %.2fMB", DEFAULT_TEXTURE_CACHE_SIZE);
54 INIT_LOGD(" Setting texture cache flush rate to %.2f%%", flushRate * 100.0f);
57 INIT_LOGD(" Using default texture cache flush rate of %.2f%%",
78 INIT_LOGD(" Maximum texture dimension is %d pixels", mMaxTextureSize);
Caches.cpp 168 INIT_LOGD(" Layers updates debug enabled: %s", property);
176 INIT_LOGD(" Overdraw debug enabled: %s", property);
188 INIT_LOGD(" Stencil clip debug enabled: %s", property);
202 INIT_LOGD(" Draw defer %s", drawDeferDisabled ? "disabled" : "enabled");
205 INIT_LOGD(" Draw defer enabled");
210 INIT_LOGD(" Draw reorder %s", drawReorderDisabled ? "disabled" : "enabled");
213 INIT_LOGD(" Draw reorder enabled");
PatchCache.cpp 38 INIT_LOGD(" Setting patch cache size to %skB", property);
41 INIT_LOGD(" Using default patch cache size of %.2fkB", DEFAULT_PATCH_CACHE_SIZE);
TextDropShadowCache.cpp 102 INIT_LOGD(" Setting drop shadow cache size to %sMB", property);
105 INIT_LOGD(" Using default drop shadow cache size of %.2fMB",
GradientCache.cpp 70 INIT_LOGD(" Setting gradient cache size to %sMB", property);
73 INIT_LOGD(" Using default gradient cache size of %.2fMB", DEFAULT_GRADIENT_CACHE_SIZE);
Caches.h 101 INIT_LOGD("Creating OpenGL renderer caches");
PathCache.cpp 157 INIT_LOGD(" Setting %s cache size to %sMB", name, property);
160 INIT_LOGD(" Using default %s cache size of %.2fMB", name, DEFAULT_PATH_CACHE_SIZE);
TessellationCache.cpp 306 INIT_LOGD(" Setting %s cache size to %sMB", name, property);
309 INIT_LOGD(" Using default %s cache size of %.2fMB", name, DEFAULT_VERTEX_CACHE_SIZE);
FontRenderer.cpp 104 INIT_LOGD("Creating FontRenderer");
143 INIT_LOGD(" Text cache sizes, in pixels: %i x %i, %i x %i, %i x %i, %i x %i",
OpenGLRenderer.cpp 160 INIT_LOGD(" Scissor optimization %s",
163 INIT_LOGD(" Scissor optimization enabled");
    [all...]

Completed in 438 milliseconds