Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.h749 std::shared_ptr<angle::WorkerThreadPool> getWorkerThreadPool() const;
H A DContext.cpp9357 ? getWorkerThreadPool() in getLinkSubTaskThreadPool()
9399 std::shared_ptr<angle::WorkerThreadPool> Context::getWorkerThreadPool() const in getWorkerThreadPool() function in gl::Context
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_renderer.cpp6080 mCompressEvent = contextGL->getWorkerThreadPool()->postWorkerTask( in syncPipelineCacheVk()