Home
last modified time | relevance | path

Searched refs:GrDebugMarkerOp (Results 1 – 10 of 10) 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/skia/src/gpu/ops/
DGrDebugMarkerOp.cpp17 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()
DGrDebugMarkerOp.h17 class GrDebugMarkerOp final : public GrOp {
38 GrDebugMarkerOp(GrRenderTargetProxy* proxy, const SkString& str) in GrDebugMarkerOp() function
/external/skia/gn/
Dgpu.gni272 "$_src/gpu/ops/GrDebugMarkerOp.cpp",
273 "$_src/gpu/ops/GrDebugMarkerOp.h",
/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/skia/src/gpu/
DGrRenderTargetContext.cpp1767 std::unique_ptr<GrOp> op(GrDebugMarkerOp::Make(fContext, fRenderTargetProxy.get(), str)); in insertEventMarker()
/external/skqp/
DAndroid.bp992 "src/gpu/ops/GrDebugMarkerOp.cpp",
/external/skia/
DAndroid.bp763 "src/gpu/ops/GrDebugMarkerOp.cpp",