Searched refs:mMultiThreadPool (Results 1 – 3 of 3) sorted by relevance
52 std::shared_ptr<WorkerThreadPool> mMultiThreadPool; member in __anon4441e4e30111::AstcDecompressorPerfTest61 mMultiThreadPool(WorkerThreadPool::Create(0, ANGLEPlatformCurrent())) in AstcDecompressorPerfTest()66 mDecompressor.decompress(mSingleThreadPool, mMultiThreadPool, GetParam().width, in step()
91 std::shared_ptr<angle::WorkerThreadPool> mMultiThreadPool; variable152 return mMultiThreadPool; in getMultiThreadPool()
284 mMultiThreadPool(mImpl ? angle::WorkerThreadPool::Create(0, ANGLEPlatformCurrent()) : nullptr)