Searched refs:multiThreadPool (Results 1 – 8 of 8) sorted by relevance
188 std::shared_ptr<WorkerThreadPool> multiThreadPool, in decompress() argument213 const bool singleThreaded = (imgHeight <= 32 && imgWidth <= 32) || !multiThreadPool; in decompress()216 singleThreaded ? singleThreadPool : multiThreadPool; in decompress()
23 std::shared_ptr<WorkerThreadPool> multiThreadPool, in decompress() argument
50 std::shared_ptr<WorkerThreadPool> multiThreadPool,
46 decompressor.decompress(context.singleThreadPool, context.multiThreadPool, imgWidth, in LoadASTCToRGBA8Inner()
28 std::shared_ptr<WorkerThreadPool> multiThreadPool; member
93 std::shared_ptr<angle::WorkerThreadPool> multiThreadPool; member322 return mState.multiThreadPool; in getMultiThreadPool()
713 multiThreadPool(nullptr), in DisplayState()1152 mState.multiThreadPool = angle::WorkerThreadPool::Create(0, ANGLEPlatformCurrent()); in initialize()1329 mState.multiThreadPool.reset(); in terminate()2672 imageLoadContext.multiThreadPool = mFrontendFeatures.singleThreadedTextureDecompression.enabled in getImageLoadContext()2674 : mState.multiThreadPool; in getImageLoadContext()
672 return mState.multiThreadPool->postWorkerTask(task); in postMultiThreadWorkerTask()