Home
last modified time | relevance | path

Searched refs:proxyStr (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrDDLTask.cpp115 SkString proxyStr = fDDLTarget->dump(); in dump() local
116 SkDebugf("%s", proxyStr.c_str()); in dump()
DGrResourceAllocator.h202 SkString proxyStr = proxy->dump(); in Interval() local
203 SkDebugf("New intvl %d: %s [%d, %d]\n", fUniqueID, proxyStr.c_str(), start, end); in Interval()
DGrRenderTask.cpp320 SkString proxyStr = target->dump(); in dump() local
321 SkDebugf("%s%s\n", indent.c_str(), proxyStr.c_str()); in dump()
/third_party/skia/src/gpu/ops/
DTextureOp.cpp1078 SkString proxyStr = fViewCountPairs[p].fProxy->dump(); in onDumpInfo() local
1079 str.append(proxyStr); in onDumpInfo()