Searched refs:wasRecorded (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/ccpr/
H A DGrCoverageCountingPathRenderer.h62 void wasRecorded(GrRenderTargetOpList*) override;
H A DGrCoverageCountingPathRenderer.cpp118 // wasRecorded is not called when the op gets combined first. Count path items here instead.
133 void DrawPathsOp::wasRecorded(GrRenderTargetOpList* opList) { function in class:DrawPathsOp
/external/skia/src/gpu/instanced/
H A DInstancedOp.h70 void wasRecorded(GrRenderTargetOpList*) override;
H A DInstancedOp.cpp157 void InstancedOp::wasRecorded(GrRenderTargetOpList* opList) { function in class:gr_instanced::InstancedOp
/external/skia/src/gpu/ops/
H A DGrOp.h136 virtual void wasRecorded(GrRenderTargetOpList*) {} function in class:GrOp
/external/skia/src/gpu/
H A DGrRenderTargetOpList.cpp314 fRecordedOps.back().fOp->wasRecorded(this);

Completed in 102 milliseconds