Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DAstcDecompressorPerf.cpp51 std::shared_ptr<WorkerThreadPool> mSingleThreadPool; member in __anon4441e4e30111::AstcDecompressorPerfTest
60 mSingleThreadPool(WorkerThreadPool::Create(1, ANGLEPlatformCurrent())), in AstcDecompressorPerfTest()
66 mDecompressor.decompress(mSingleThreadPool, mMultiThreadPool, GetParam().width, in step()