Searched refs:getSingleThreadPool (Results 1 – 3 of 3) sorted by relevance
316 std::shared_ptr<angle::WorkerThreadPool> getSingleThreadPool() const in getSingleThreadPool() function
746 std::shared_ptr<angle::WorkerThreadPool> getSingleThreadPool() const;
9351 return mDisplay->getSingleThreadPool(); in getShaderCompileThreadPool()9370 isThreadSafe ? getShaderCompileThreadPool() : getSingleThreadPool(); in postCompileLinkTask()9394 std::shared_ptr<angle::WorkerThreadPool> Context::getSingleThreadPool() const in getSingleThreadPool() function in gl::Context9396 return mDisplay->getSingleThreadPool(); in getSingleThreadPool()