Searched defs:XLOG (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/android/
H A DClassTracker.cpp36 #undef XLOG macro
37 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "ClassTracker", __VA_ARGS__) macro
88 XLOG("*** Tracking %d classes ***", m_classes.size());
90 XLOG("class %s has %d instances",
93 XLOG("*** %d Layers ***", m_layers.size());
101 XLOG("*** textures: %d/%d (%.2f Mb), layer textures: %d/%d (%.2f Mb) : total used %.2f Mb",
111 XLOG("[%d/%d] layer %x (%.2f, %.2f) of type %d, refcount(%d) has texture %x has image ref %x (%x) root: %x parent: %x",
H A DImagesManager.cpp43 #undef XLOG macro
44 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "ImagesManager", __VA_ARGS__) macro
48 #undef XLOG macro
49 #define XLOG(...) macro
H A DMediaLayer.cpp31 #undef XLOG macro
32 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "MediaLayer", __VA_ARGS__) macro
36 #undef XLOG macro
37 #define XLOG(...) macro
50 XLOG("Creating Media Layer %p", this);
60 XLOG("Creating Media Layer Copy %p -> %p", &layer, this);
65 XLOG("Deleting Media Layer");
H A DMediaListener.h34 #undef XLOG macro
35 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "MediaListener", __VA_ARGS__) macro
39 #undef XLOG macro
40 #define XLOG(...) macro
H A DRasterRenderer.cpp46 #undef XLOG macro
47 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "RasterRenderer", __VA_ARGS__) macro
51 #undef XLOG macro
52 #define XLOG(...) macro
H A DTexturesGenerator.cpp42 #undef XLOG macro
43 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "TexturesGenerator", __VA_ARGS__) macro
47 #undef XLOG macro
48 #define XLOG(...) macro
126 XLOG("Thread ready to run");
170 XLOG("threadLoop, got signal");
177 XLOG("threadLoop, %d operations in the queue", mRequestedOperations.size());
183 XLOG("threadLoop, painting the request with priority %d", m_currentOperation->priority());
202 XLOG("threadLoop empty");
H A DTilesTracker.h35 #undef XLOG macro
36 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "TilesTracker", __VA_ARGS__) macro
69 XLOG("We had %d/%d layers needing %d textures, we had %d, %d were ready, %d were not",
H A DBaseRenderer.cpp49 #undef XLOG macro
50 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "BaseRenderer", __VA_ARGS__) macro
54 #undef XLOG macro
55 #define XLOG(...) macro
124 XLOG("Error: No Device");
H A DGaneshRenderer.cpp44 #undef XLOG macro
45 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "GaneshRenderer", __VA_ARGS__) macro
49 #undef XLOG macro
50 #define XLOG(...) macro
95 XLOG("!ready");
108 XLOG("ERROR: expected (%d,%d) actual (%d,%d)",
146 XLOG("rendered to tile (%d,%d)", renderInfo.x, renderInfo.y);
H A DTilesProfiler.cpp39 #undef XLOG macro
40 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "TilesProfiler", __VA_ARGS__) macro
44 #undef XLOG macro
45 #define XLOG(...) macro
66 XLOG("initializing tileprofiling");
72 XLOG("completed tile profiling, observed %d frames", m_records.size());
78 XLOG("clearing tile profiling of its %d frames", m_records.size());
93 XLOG("completed tile profiling frame, observed %d tiles. %f ms since last",
126 XLOG("adding tile %d %d %d %d, scale %f", left, top, right, bottom, scale);
137 XLOG("addin
[all...]
H A DZoomManager.cpp43 #undef XLOG macro
44 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "ZoomManager", __VA_ARGS__) macro
48 #undef XLOG macro
49 #define XLOG(...) macro
H A DBaseTileTexture.cpp43 #undef XLOG macro
44 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "BaseTileTexture", __VA_ARGS__) macro
48 #undef XLOG macro
49 #define XLOG(...) macro
208 XLOG("texture %p releasing tile %p, m_owner %p, m_busy %d", this, owner, m_owner, m_busy);
266 XLOG("texture %p readyFor return false for tile x, y (%d %d) texId %d ,"
H A DGLExtras.cpp43 #undef XLOG macro
44 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "GLExtras", __VA_ARGS__) macro
48 #undef XLOG macro
49 #define XLOG(...) macro
86 XLOG("drawQuad [%fx%f, %f, %f]", srcRect.fLeft, srcRect.fTop,
176 XLOG("drawFindOnPage, matches: %p", matches);
181 XLOG("match count: %d", count);
192 XLOG("Quick rejecting [%dx%d, %d, %d", rect.fLeft, rect.fTop,
H A DGaneshContext.cpp40 #undef XLOG macro
41 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "GaneshContext", __VA_ARGS__) macro
45 #undef XLOG macro
46 #define XLOG(...) macro
93 XLOG("Warning: EGLContext has Changed! %p, %p", m_surfaceContext,
119 XLOG("ERROR: should not have a context yet");
173 XLOG("eglCreateWindowSurface");
178 XLOG("eglMakeCurrent");
201 XLOG("generated device %p", m_baseTileDeviceSurface);
232 XLOG("generate
[all...]
H A DPaintedSurface.cpp45 #undef XLOG macro
46 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "PaintedSurface", __VA_ARGS__) macro
50 #undef XLOG macro
51 #define XLOG(...) macro
84 XLOG("PS %p has PL %p, DL %p", this, m_paintingLayer, m_drawingLayer);
98 XLOG("prepare layer %d %x at scale %.2f",
H A DVideoLayerAndroid.cpp40 #undef XLOG macro
41 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "VideoLayerAndroid", __VA_ARGS__) macro
45 #undef XLOG macro
46 #define XLOG(...) macro
H A DVideoLayerManager.cpp35 #undef XLOG macro
36 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "VideoLayerManager", __VA_ARGS__) macro
40 #undef XLOG macro
41 #define XLOG(...) macro
110 XLOG("GL texture %d regisered for layerId %d", textureId, layerId);
149 XLOG("Error: should not reach here, the layerId %d should exist!", layerId);
167 XLOG("VideoLayerManager::recycleTextureMem m_videoLayerInfoMap contains");
169 XLOG(" layerId %d, textureId %d, videoSize %d, timeStamp %d ",
202 XLOG("GL texture %d will be deleted", textureName);
H A DAndroidAnimation.cpp39 #undef XLOG macro
40 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "AndroidAnimation", __VA_ARGS__) macro
44 #undef XLOG macro
45 #define XLOG(...) macro
254 XLOG("[layer %d] opacity fromValue %x, key %.2f, toValue %x, key %.2f for progress %.2f",
296 XLOG("[layer %d] fromValue %x, key %.2f, toValue %x, key %.2f for progress %.2f",
307 XLOG("progress %.2f => %.2f from: %.2f to: %.2f", progress, p, fromValue->keyTime(),
H A DBaseLayerAndroid.cpp47 #undef XLOG macro
48 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "BaseLayerAndroid", __VA_ARGS__) macro
52 #undef XLOG macro
53 #define XLOG(...) macro
129 XLOG("fetch rect %f %f %f %f, scale %f",
141 XLOG("prefetch rect %d %d %d %d, scale %f, preparing page %p",
161 XLOG("base layer not ready, still zooming");
166 XLOG("base layer not ready, front page not done painting");
172 XLOG("base layer is ready, how about children?");
199 XLOG("BL
[all...]
H A DBaseTile.cpp47 #undef XLOG macro
48 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "BaseTile", __VA_ARGS__) macro
52 #undef XLOG macro
53 #define XLOG(...) macro
138 XLOG("tile %p reserving texture %p, back was %p (front %p)",
145 XLOG("moving tile %p to unpainted, since it reserved while up to date", this);
153 XLOG("%p removeTexture %p, back %p front %p... page %p",
159 XLOG("front texture removed, state was UpToDate, now becoming unpainted, bt is %p", m_backTexture);
220 XLOG("Warning: tried to mark tile %p at %d, %d islayertile %d as dirty, state %d, page %p",
280 XLOG("til
[all...]
H A DImageTexture.cpp45 #undef XLOG macro
46 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "ImageTexture", __VA_ARGS__) macro
50 #undef XLOG macro
51 #define XLOG(...) macro
169 XLOG("ImageTexture %p, %d x %d needs %d textures",
H A DMediaTexture.cpp39 #undef XLOG macro
40 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "MediaTexture", __VA_ARGS__) macro
44 #undef XLOG macro
45 #define XLOG(...) macro
174 XLOG("The video exceeds is parent's bounds.");
286 XLOG("Release ANW %p (%p):(%p)", this, m_surfaceTexture.get(), m_surfaceTextureClient.get());
H A DTiledTexture.cpp46 #undef XLOG macro
47 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "TiledTexture", __VA_ARGS__) macro
51 #undef XLOG macro
52 #define XLOG(...) macro
85 XLOG("TT %p, ready %d, visible %d, texturesRemain %d",
99 XLOG("TT %p swapping, swaps = %d", this, swaps);
110 XLOG("TT %p prepare, scale %f, area %d x %d", this, scale, area.width(), area.height());
141 XLOG("for TiledTexture %p, we prepare with scale %.2f, have a visible area of "
181 XLOG("TT %p update, current region empty %d, new empty %d, painting picture %p",
199 XLOG("preparin
[all...]
H A DTransferQueue.cpp43 #undef XLOG macro
44 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "TransferQueue", __VA_ARGS__) macro
48 #undef XLOG macro
49 #define XLOG(...) macro
121 XLOG("Invalid savedBaseTilePtr , such that the tile is obsolete");
127 XLOG("Invalid baseTileTexture , such that the tile is obsolete");
137 XLOG("Mismatching x, y, scale or painter , such that the tile is obsolete");
171 XLOG("Error: glCheckFramebufferStatus failed");
308 XLOG("Warning: the texture is obsolete for this baseTile");
338 XLOG("Bli
[all...]
H A DTreeManager.cpp43 #undef XLOG macro
44 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "TreeManager", __VA_ARGS__) macro
48 #undef XLOG macro
49 #define XLOG(...) macro
79 XLOG("SWAPPING, D %p, P %p, Q %p", m_drawingTree, m_paintingTree, m_queuedTree);
83 XLOG("destroying drawing tree %p", m_drawingTree);
89 XLOG("drawing tree %p", m_paintingTree);
96 XLOG("now painting tree %p", m_queuedTree);
105 XLOG("SWAPPING COMPLETE, D %p, P %p, Q %p", m_drawingTree, m_paintingTree, m_queuedTree);
123 XLOG("TreeManage
[all...]

Completed in 188 milliseconds

12