Home
last modified time | relevance | path

Searched refs:nextTask (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.h76 virtual void willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) {} in willReplaceOpsTask() argument
DSurfaceDrawContext_v1.h631 void willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) override;
DSurfaceDrawContext.cpp311 void SurfaceDrawContext::willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) { in willReplaceOpsTask() argument
318 nextTask->setInitialStencilContent(OpsTask::StencilContent::kPreserved); in willReplaceOpsTask()