Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DShaderImpl.cpp92 auto workerThreadPool = context->getWorkerThreadPool(); in compileImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm93 auto workerThreadPool = context->getWorkerThreadPool();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DShaderD3D.cpp370 auto workerThreadPool = context->getWorkerThreadPool(); in compile()
DProgramD3D.cpp1162 return std::make_unique<LoadBinaryLinkEvent>(context->getWorkerThreadPool(), this, stream, in load()
1953 return std::make_unique<GraphicsProgramLinkEvent>(infoLog, context->getWorkerThreadPool(), in compileProgramExecutables()
1983 WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), computeTask); in compileComputeExecutable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp375 auto workerThreadPool = context->getWorkerThreadPool(); in compile()
DProgramGL.cpp410 auto workerPool = context->getWorkerThreadPool(); in link()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h582 std::shared_ptr<angle::WorkerThreadPool> getWorkerThreadPool() const { return mThreadPool; } in getWorkerThreadPool() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp3056 angle::WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), in syncPipelineCacheVk()