Home
last modified time | relevance | path

Searched refs:prevTask (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
312 if (prevTask && fNeedsStencil) { in willReplaceOpsTask()
314 prevTask->setMustPreserveStencil(); in willReplaceOpsTask()