HomeSort by relevance Sort by last modified time
    Searched refs:GrBATCH_INFO (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/batches/
GrBatch.h 42 #define GrBATCH_INFO(...) SkDebugf(__VA_ARGS__)
46 #define GrBATCH_INFO(...)
  /external/skia/src/gpu/
GrDrawTarget.cpp 441 GrBATCH_INFO("Re-Recording (%s, B%u)\n"
447 GrBATCH_INFO(SkTabString(batch->dumpInfo(), 1).c_str());
448 GrBATCH_INFO("\tOutcome:\n");
456 GrBATCH_INFO("\t\tBreaking because of (%s, B%u) Rendertarget\n",
461 GrBATCH_INFO("\t\tCombining with (%s, B%u)\n", candidate->name(),
469 GrBATCH_INFO("\t\tIntersects with (%s, B%u)\n", candidate->name(),
475 GrBATCH_INFO("\t\tReached max lookback or beginning of batch array %d\n", i);
480 GrBATCH_INFO("\t\tFirstBatch\n");

Completed in 35 milliseconds