Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.h76 virtual void willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) {} in willReplaceOpsTask() function
DSurfaceFillContext_v1.cpp139 this->willReplaceOpsTask(fOpsTask.get(), newOpsTask.get()); in replaceOpsTask()
DSurfaceDrawContext_v1.h631 void willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) override;
DSurfaceDrawContext.cpp311 void SurfaceDrawContext::willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) { in willReplaceOpsTask() function in skgpu::v1::SurfaceDrawContext