Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.h300 angle::SimpleMutex &getProgramCacheMutex() { return mProgramCacheMutex; } in getProgramCacheMutex() function
H A DProgram.cpp969 std::lock_guard<angle::SimpleMutex> cacheLock(context->getProgramCacheMutex()); in link()
2367 std::lock_guard<angle::SimpleMutex> cacheLock(context->getProgramCacheMutex()); in cacheProgramBinaryIfNotAlready()
H A DContext.h647 angle::SimpleMutex &getProgramCacheMutex() const;
H A DContext.cpp9722 angle::SimpleMutex &Context::getProgramCacheMutex() const in getProgramCacheMutex() function in gl::Context
9724 return mDisplay->getProgramCacheMutex(); in getProgramCacheMutex()