Home
last modified time | relevance | path

Searched refs:mMultiThreadPool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DAstcDecompressorPerf.cpp52 std::shared_ptr<WorkerThreadPool> mMultiThreadPool; member in __anon4441e4e30111::AstcDecompressorPerfTest
61 mMultiThreadPool(WorkerThreadPool::Create(0, ANGLEPlatformCurrent())) in AstcDecompressorPerfTest()
66 mDecompressor.decompress(mSingleThreadPool, mMultiThreadPool, GetParam().width, in step()
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLPlatform.h91 std::shared_ptr<angle::WorkerThreadPool> mMultiThreadPool; variable
152 return mMultiThreadPool; in getMultiThreadPool()
H A DCLPlatform.cpp284 mMultiThreadPool(mImpl ? angle::WorkerThreadPool::Create(0, ANGLEPlatformCurrent()) : nullptr)