Searched refs:GrOP_INFO (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ganesh/ops/ |
D | OpsTask.cpp | 223 GrOP_INFO("\t\t: (%s opID: %u) -> Combining with (%s, opID: %u)\n", in DoConcat() 314 GrOP_INFO("\t\t: (%s opID: %u) -> Combining with (%s, opID: %u)\n", in tryConcat() 974 GrOP_INFO("opsTask: %d Recording (%s, opID: %u)\n" in recordOp() 981 GrOP_INFO(SkTabString(op->dumpInfo(), 1).c_str()); in recordOp() 982 GrOP_INFO("\tOutcome:\n"); in recordOp() 995 GrOP_INFO("\t\tBackward: Intersects with chain (%s, head opID: %u)\n", in recordOp() 1000 GrOP_INFO("\t\tBackward: Reached max lookback or beginning of op array %d\n", i); in recordOp() 1005 GrOP_INFO("\t\tBackward: FirstOp\n"); in recordOp() 1016 GrOP_INFO("opsTask: %d ForwardCombine %d ops:\n", this->uniqueID(), fOpChains.size()); in forwardCombine() 1029 GrOP_INFO( in forwardCombine() [all …]
|
D | GrOp.h | 54 #define GrOP_INFO(...) SkDebugf(__VA_ARGS__) macro 57 #define GrOP_INFO(...) macro
|