Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceFillContext.h225 virtual void willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) {} in willReplaceOpsTask() argument
DGrSurfaceDrawContext.h664 void willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) override;
DGrSurfaceDrawContext.cpp313 void GrSurfaceDrawContext::willReplaceOpsTask(GrOpsTask* prevTask, GrOpsTask* nextTask) { in willReplaceOpsTask() argument
314 if (prevTask && fNeedsStencil) { in willReplaceOpsTask()
316 prevTask->setMustPreserveStencil(); in willReplaceOpsTask()