Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DSurfaceFillContext.h165 virtual void willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) {} in willReplaceOpsTask() function
DSurfaceFillContext.cpp143 this->willReplaceOpsTask(fOpsTask.get(), newOpsTask.get()); in replaceOpsTask()
DSurfaceDrawContext.h646 void willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) override;
DSurfaceDrawContext.cpp328 void SurfaceDrawContext::willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) { in willReplaceOpsTask() function in skgpu::ganesh::SurfaceDrawContext