Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DShaderImpl.cpp90 auto workerThreadPool = context->getWorkerThreadPool(); in compileImpl()
/external/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp373 auto workerThreadPool = context->getWorkerThreadPool(); in compile()
DProgramGL.cpp396 auto workerPool = context->getWorkerThreadPool(); in link()
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp353 auto workerThreadPool = context->getWorkerThreadPool(); in compile()
DProgramD3D.cpp1160 return std::make_unique<LoadBinaryLinkEvent>(context->getWorkerThreadPool(), this, stream, in load()
1945 return std::make_unique<GraphicsProgramLinkEvent>(infoLog, context->getWorkerThreadPool(), in compileProgramExecutables()
1974 WorkerThreadPool::PostWorkerTask(context->getWorkerThreadPool(), computeTask); in compileComputeExecutable()
/external/angle/src/libANGLE/
DContext.h578 std::shared_ptr<angle::WorkerThreadPool> getWorkerThreadPool() const { return mThreadPool; } in getWorkerThreadPool() function