Searched refs:prevTask (Results 1 – 3 of 3) sorted by relevance
225 virtual void willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) {} in willReplaceOpsTask() argument
664 void willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) override;
313 void GrSurfaceDrawContext::willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) { in willReplaceOpsTask() argument314 if (prevTask && fNeedsStencil) { in willReplaceOpsTask()316 prevTask->setMustPreserveStencil(); in willReplaceOpsTask()