Searched refs:PATCH_LOGD (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Patch.cpp | 49 PATCH_LOGD(" patch: xCount = %d, yCount = %d, emptyQuads = %d, max vertices = %d", in Patch() 217 PATCH_LOGD(" patch: new vertices count = %d", verticesCount); in updateVertices() 283 PATCH_LOGD(" quad %d (empty)", oldQuadCount); in generateQuad() 284 PATCH_LOGD(" left, top = %.2f, %.2f\t\tu1, v1 = %.4f, %.4f", x1, y1, u1, v1); in generateQuad() 285 PATCH_LOGD(" right, bottom = %.2f, %.2f\t\tu2, v2 = %.4f, %.4f", x2, y2, u2, v2); in generateQuad() 310 PATCH_LOGD(" quad %d", oldQuadCount); in generateQuad() 311 PATCH_LOGD(" left, top = %.2f, %.2f\t\tu1, v1 = %.4f, %.4f", x1, y1, u1, v1); in generateQuad() 312 PATCH_LOGD(" right, bottom = %.2f, %.2f\t\tu2, v2 = %.4f, %.4f", x2, y2, u2, v2); in generateQuad()
|
D | PatchCache.h | 35 #define PATCH_LOGD(...) ALOGD(__VA_ARGS__) macro 37 #define PATCH_LOGD(...)
|
D | PatchCache.cpp | 85 PATCH_LOGD("New patch mesh " in get() 101 PATCH_LOGD("Patch mesh does not match, refreshing vertices"); in get()
|