Home
last modified time | relevance | path

Searched refs:willReplaceOpsTask (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceFillContext.h225 virtual void willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) {} in willReplaceOpsTask() function
DGrSurfaceFillContext.cpp345 this->willReplaceOpsTask(fOpsTask.get(), newOpsTask.get()); in getOpsTask()
DGrSurfaceDrawContext.h664 void willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) override;
DGrSurfaceDrawContext.cpp313 void GrSurfaceDrawContext::willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) { in willReplaceOpsTask() function in GrSurfaceDrawContext