Searched refs:getProgramCacheMutex (Results 1 – 4 of 4) sorted by relevance
300 angle::SimpleMutex &getProgramCacheMutex() { return mProgramCacheMutex; } in getProgramCacheMutex() function
969 std::lock_guard<angle::SimpleMutex> cacheLock(context->getProgramCacheMutex()); in link()2367 std::lock_guard<angle::SimpleMutex> cacheLock(context->getProgramCacheMutex()); in cacheProgramBinaryIfNotAlready()
647 angle::SimpleMutex &getProgramCacheMutex() const;
9722 angle::SimpleMutex &Context::getProgramCacheMutex() const in getProgramCacheMutex() function in gl::Context9724 return mDisplay->getProgramCacheMutex(); in getProgramCacheMutex()