Home
last modified time | relevance | path

Searched refs:GrOP_INFO (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
DOpsTask.cpp222 GrOP_INFO("\t\t: (%s opID: %u) -> Combining with (%s, opID: %u)\n", in DoConcat()
313 GrOP_INFO("\t\t: (%s opID: %u) -> Combining with (%s, opID: %u)\n", in tryConcat()
1003 GrOP_INFO("opsTask: %d Recording (%s, opID: %u)\n" in recordOp()
1010 GrOP_INFO(SkTabString(op->dumpInfo(), 1).c_str()); in recordOp()
1011 GrOP_INFO("\tOutcome:\n"); in recordOp()
1024 GrOP_INFO("\t\tBackward: Intersects with chain (%s, head opID: %u)\n", in recordOp()
1029 GrOP_INFO("\t\tBackward: Reached max lookback or beginning of op array %d\n", i); in recordOp()
1034 GrOP_INFO("\t\tBackward: FirstOp\n"); in recordOp()
1045 GrOP_INFO("opsTask: %d ForwardCombine %d ops:\n", this->uniqueID(), fOpChains.count()); in forwardCombine()
1058 GrOP_INFO( in forwardCombine()
[all …]
DGrOp.h54 #define GrOP_INFO(...) SkDebugf(__VA_ARGS__) macro
57 #define GrOP_INFO(...) macro