Searched refs:workerPool (Results 1 – 2 of 2) sorted by relevance
/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/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()
|