Searched refs:workerPool (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 190 LinkEventGL(std::shared_ptr<angle::WorkerThreadPool> workerPool, in LinkEventGL() argument 195 angle::WorkerThreadPool::PostWorkerTask(workerPool, mLinkTask))), in LinkEventGL() 398 auto workerPool = context->getWorkerThreadPool(); in link() local 474 else if (workerPool->isAsync() && in link() 478 return std::make_unique<LinkEventGL>(workerPool, linkTask, postLinkImplTask); in link()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 197 LinkEventGL(std::shared_ptr<angle::WorkerThreadPool> workerPool, in LinkEventGL() argument 202 angle::WorkerThreadPool::PostWorkerTask(workerPool, mLinkTask))), in LinkEventGL() 410 auto workerPool = context->getWorkerThreadPool(); in link() local 482 else if (workerPool->isAsync() && in link() 486 return std::make_unique<LinkEventGL>(workerPool, linkTask, postLinkImplTask); in link()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 896 LoadBinaryLinkEvent(std::shared_ptr<WorkerThreadPool> workerPool, in LoadBinaryLinkEvent() argument 901 mWaitableEvent(angle::WorkerThreadPool::PostWorkerTask(workerPool, mTask)) in LoadBinaryLinkEvent() 1724 std::shared_ptr<WorkerThreadPool> workerPool, in GraphicsProgramLinkEvent() argument 1736 angle::WorkerThreadPool::PostWorkerTask(workerPool, mVertexTask)), in GraphicsProgramLinkEvent() 1738 angle::WorkerThreadPool::PostWorkerTask(workerPool, mPixelTask)), in GraphicsProgramLinkEvent() 1740 angle::WorkerThreadPool::PostWorkerTask(workerPool, mGeometryTask))}}), in GraphicsProgramLinkEvent()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 921 LoadBinaryLinkEvent(std::shared_ptr<WorkerThreadPool> workerPool, in LoadBinaryLinkEvent() argument 926 mWaitableEvent(angle::WorkerThreadPool::PostWorkerTask(workerPool, mTask)) in LoadBinaryLinkEvent() 1790 std::shared_ptr<WorkerThreadPool> workerPool, in GraphicsProgramLinkEvent() argument 1802 angle::WorkerThreadPool::PostWorkerTask(workerPool, mVertexTask)), in GraphicsProgramLinkEvent() 1804 angle::WorkerThreadPool::PostWorkerTask(workerPool, mPixelTask)), in GraphicsProgramLinkEvent() 1806 angle::WorkerThreadPool::PostWorkerTask(workerPool, mGeometryTask))}}), in GraphicsProgramLinkEvent()
|