Searched refs:GrDebugMarkerOp (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrDebugMarkerOp.cpp | 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()
|
D | GrDebugMarkerOp.h | 16 class GrDebugMarkerOp final : public GrOp { 37 GrDebugMarkerOp(GrRenderTargetProxy* proxy, const SkString& str) in GrDebugMarkerOp() function
|
/external/skia/src/gpu/ops/ |
D | GrDebugMarkerOp.cpp | 17 std::unique_ptr<GrOp> GrDebugMarkerOp::Make(GrRecordingContext* context, in Make() 22 return pool->allocate<GrDebugMarkerOp>(proxy, str); in Make() 25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrDebugMarkerOp.h | 17 class GrDebugMarkerOp final : public GrOp { 38 GrDebugMarkerOp(GrRenderTargetProxy* proxy, const SkString& str) in GrDebugMarkerOp() function
|
/external/skqp/gn/ |
D | gpu.gni | 265 "$_src/gpu/ops/GrDebugMarkerOp.cpp", 266 "$_src/gpu/ops/GrDebugMarkerOp.h",
|
/external/skia/gn/ |
D | gpu.gni | 272 "$_src/gpu/ops/GrDebugMarkerOp.cpp", 273 "$_src/gpu/ops/GrDebugMarkerOp.h",
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 1663 std::unique_ptr<GrOp> op(GrDebugMarkerOp::Make(fContext, fRenderTargetProxy.get(), str)); in insertEventMarker()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 1767 std::unique_ptr<GrOp> op(GrDebugMarkerOp::Make(fContext, fRenderTargetProxy.get(), str)); in insertEventMarker()
|
/external/skqp/ |
D | Android.bp | 992 "src/gpu/ops/GrDebugMarkerOp.cpp",
|
/external/skia/ |
D | Android.bp | 763 "src/gpu/ops/GrDebugMarkerOp.cpp",
|