Searched refs:GrOP_INFO (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRenderTargetOpList.cpp | 185 GrOP_INFO("\t\t: (%s opID: %u) -> Combining with (%s, opID: %u)\n", in DoConcat() 273 GrOP_INFO("\t\t: (%s opID: %u) -> Combining with (%s, opID: %u)\n", in tryConcat() 665 GrOP_INFO("opList: %d Recording (%s, opID: %u)\n" in recordOp() 672 GrOP_INFO(SkTabString(op->dumpInfo(), 1).c_str()); in recordOp() 673 GrOP_INFO("\tOutcome:\n"); in recordOp() 686 GrOP_INFO("\t\tBackward: Intersects with chain (%s, head opID: %u)\n", in recordOp() 691 GrOP_INFO("\t\tBackward: Reached max lookback or beginning of op array %d\n", i); in recordOp() 696 GrOP_INFO("\t\tBackward: FirstOp\n"); in recordOp() 707 GrOP_INFO("opList: %d ForwardCombine %d ops:\n", this->uniqueID(), fOpChains.count()); in forwardCombine() 720 GrOP_INFO( in forwardCombine() [all …]
|
D | GrTextureOpList.cpp | 216 GrOP_INFO("Re-Recording (%s, opID: %u)\n" in recordOp() 222 GrOP_INFO(SkTabString(op->dumpInfo(), 1).c_str()); in recordOp()
|
/external/skia/src/gpu/ |
D | GrOpsTask.cpp | 190 GrOP_INFO("\t\t: (%s opID: %u) -> Combining with (%s, opID: %u)\n", in DoConcat() 281 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.count()); in forwardCombine() 1029 GrOP_INFO( in forwardCombine() [all …]
|
/external/skqp/src/gpu/ops/ |
D | GrOp.h | 50 #define GrOP_INFO(...) SkDebugf(__VA_ARGS__) macro 53 #define GrOP_INFO(...) macro
|
/external/skia/src/gpu/ops/ |
D | GrOp.h | 53 #define GrOP_INFO(...) SkDebugf(__VA_ARGS__) macro 56 #define GrOP_INFO(...) macro
|