Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.cpp1013 context->getLinkSubTaskThreadPool(), caps, limitations, clientVersion, isWebGL, this, in link()
1437 context->getLinkSubTaskThreadPool(), this, &mState, std::move(loadTask))); in loadBinary()
H A DContext.h739 std::shared_ptr<angle::WorkerThreadPool> getLinkSubTaskThreadPool() const;
H A DContext.cpp9354 std::shared_ptr<angle::WorkerThreadPool> Context::getLinkSubTaskThreadPool() const in getLinkSubTaskThreadPool() function in gl::Context