Searched refs:newOpsTask (Results 1 – 3 of 3) sorted by relevance
137 sk_sp<OpsTask> newOpsTask = this->drawingManager()->newOpsTask( in replaceOpsTask() local139 this->willReplaceOpsTask(fOpsTask.get(), newOpsTask.get()); in replaceOpsTask()140 fOpsTask = std::move(newOpsTask); in replaceOpsTask()
54 sk_sp<skgpu::v1::OpsTask> newOpsTask(GrSurfaceProxyView,
702 sk_sp<skgpu::v1::OpsTask> GrDrawingManager::newOpsTask(GrSurfaceProxyView surfaceView, in newOpsTask() function in GrDrawingManager