Home
last modified time | relevance | path

Searched refs:taskGroup (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkResourceProvider.cpp389 SkTaskGroup* taskGroup = fGpu->getContext()->contextPriv().getTaskGroup(); in destroyResources() local
390 if (taskGroup) { in destroyResources()
391 taskGroup->wait(); in destroyResources()
450 SkTaskGroup* taskGroup = fGpu->getContext()->contextPriv().getTaskGroup(); in abandonResources() local
451 if (taskGroup) { in abandonResources()
452 taskGroup->wait(); in abandonResources()
512 SkTaskGroup* taskGroup = fGpu->getContext()->contextPriv().getTaskGroup(); in backgroundReset() local
513 if (taskGroup) { in backgroundReset()
514 taskGroup->add([this, pool]() { in backgroundReset()
/external/skia/src/gpu/vk/
DGrVkResourceProvider.cpp401 SkTaskGroup* taskGroup = fGpu->getContext()->priv().getTaskGroup(); in destroyResources() local
402 if (taskGroup) { in destroyResources()
403 taskGroup->wait(); in destroyResources()
462 SkTaskGroup* taskGroup = fGpu->getContext()->priv().getTaskGroup(); in abandonResources() local
463 if (taskGroup) { in abandonResources()
464 taskGroup->wait(); in abandonResources()
524 SkTaskGroup* taskGroup = fGpu->getContext()->priv().getTaskGroup(); in backgroundReset() local
525 if (taskGroup) { in backgroundReset()
526 taskGroup->add([this, pool]() { in backgroundReset()
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp337 SkTaskGroup* taskGroup = nullptr; in onDrawPath() local
339 taskGroup = direct->priv().getTaskGroup(); in onDrawPath()
342 if (taskGroup) { in onDrawPath()
366 taskGroup->add(std::move(drawAndUploadMask)); in onDrawPath()
DGrClipStackClip.cpp480 SkTaskGroup* taskGroup = nullptr; in createSoftwareClipMask() local
482 taskGroup = direct->priv().getTaskGroup(); in createSoftwareClipMask()
485 if (taskGroup && renderTargetContext) { in createSoftwareClipMask()
516 taskGroup->add(std::move(drawAndUploadMask)); in createSoftwareClipMask()
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp334 SkTaskGroup* taskGroup = args.fContext->contextPriv().getTaskGroup(); in onDrawPath() local
335 if (taskGroup) { in onDrawPath()
359 taskGroup->add(std::move(drawAndUploadMask)); in onDrawPath()
DGrClipStackClip.cpp478 SkTaskGroup* taskGroup = context->contextPriv().getTaskGroup(); in createSoftwareClipMask() local
479 if (taskGroup && renderTargetContext) { in createSoftwareClipMask()
510 taskGroup->add(std::move(drawAndUploadMask)); in createSoftwareClipMask()
/external/skqp/src/codec/
DSkRawCodec.cpp100 SkTaskGroup taskGroup; in PerformAreaTask() local
112 taskGroup.add([&mutex, &exceptions, &task, this, taskIndex, taskAreas, tileSize] { in PerformAreaTask()
125 taskGroup.wait(); in PerformAreaTask()
/external/skia/src/codec/
DSkRawCodec.cpp100 SkTaskGroup taskGroup; in PerformAreaTask() local
112 taskGroup.add([&mutex, &exceptions, &task, this, taskIndex, taskAreas, tileSize] { in PerformAreaTask()
125 taskGroup.wait(); in PerformAreaTask()