Searched refs:GrDebugMarkerOp (Results 1 – 5 of 5) sorted by relevance
17 std::unique_ptr<GrOp> GrDebugMarkerOp::Make(GrContext* context, in Make()22 return pool->allocate<GrDebugMarkerOp>(proxy, str); in Make()25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
16 class GrDebugMarkerOp final : public GrOp {37 GrDebugMarkerOp(GrRenderTargetProxy* proxy, const SkString& str) in GrDebugMarkerOp() function
265 "$_src/gpu/ops/GrDebugMarkerOp.cpp",266 "$_src/gpu/ops/GrDebugMarkerOp.h",
1663 std::unique_ptr<GrOp> op(GrDebugMarkerOp::Make(fContext, fRenderTargetProxy.get(), str)); in insertEventMarker()
1031 "src/gpu/ops/GrDebugMarkerOp.cpp",