Home
last modified time | relevance | path

Searched refs:GrDebugMarkerOp (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/ops/
DGrDebugMarkerOp.cpp17 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()
DGrDebugMarkerOp.h16 class GrDebugMarkerOp final : public GrOp {
37 GrDebugMarkerOp(GrRenderTargetProxy* proxy, const SkString& str) in GrDebugMarkerOp() function
/external/skqp/gn/
Dgpu.gni265 "$_src/gpu/ops/GrDebugMarkerOp.cpp",
266 "$_src/gpu/ops/GrDebugMarkerOp.h",
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp1663 std::unique_ptr<GrOp> op(GrDebugMarkerOp::Make(fContext, fRenderTargetProxy.get(), str)); in insertEventMarker()
/external/skqp/
DAndroid.bp1031 "src/gpu/ops/GrDebugMarkerOp.cpp",