Home
last modified time | relevance | path

Searched refs:PATCH_LOGD (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DPatch.cpp49 PATCH_LOGD(" patch: xCount = %d, yCount = %d, emptyQuads = %d, max vertices = %d", in Patch()
209 PATCH_LOGD(" patch: new vertices count = %d", verticesCount); in updateVertices()
267 PATCH_LOGD(" quad %d (empty)", oldQuadCount); in generateQuad()
268 PATCH_LOGD(" left, top = %.2f, %.2f\t\tu1, v1 = %.2f, %.2f", x1, y1, u1, v1); in generateQuad()
269 PATCH_LOGD(" right, bottom = %.2f, %.2f\t\tu2, v2 = %.2f, %.2f", x2, y2, u2, v2); in generateQuad()
296 PATCH_LOGD(" quad %d", oldQuadCount); in generateQuad()
297 PATCH_LOGD(" left, top = %.2f, %.2f\t\tu1, v1 = %.2f, %.2f", x1, y1, u1, v1); in generateQuad()
298 PATCH_LOGD(" right, bottom = %.2f, %.2f\t\tu2, v2 = %.2f, %.2f", x2, y2, u2, v2); in generateQuad()
DPatchCache.h35 #define PATCH_LOGD(...) LOGD(__VA_ARGS__) macro
37 #define PATCH_LOGD(...)
DPatchCache.cpp85 PATCH_LOGD("New patch mesh " in get()
101 PATCH_LOGD("Patch mesh does not match, refreshing vertices"); in get()