Searched refs:newOpsTask (Results 1 – 3 of 3) sorted by relevance
136 sk_sp<OpsTask> newOpsTask = this->drawingManager()->newOpsTask(this->writeSurfaceView(), in replaceOpsTask() local138 this->willReplaceOpsTask(fOpsTask.get(), newOpsTask.get()); in replaceOpsTask()139 fOpsTask = std::move(newOpsTask); in replaceOpsTask()
51 sk_sp<skgpu::v1::OpsTask> newOpsTask(GrSurfaceProxyView,
686 sk_sp<skgpu::v1::OpsTask> GrDrawingManager::newOpsTask(GrSurfaceProxyView surfaceView, in newOpsTask() function in GrDrawingManager