Searched refs:TryAcquireProgramCache (Results 1 – 3 of 3) sorted by relevance
83 static SkLRUCache<Key, skvm::Program>* TryAcquireProgramCache();
543 if (SkLRUCache<Key, skvm::Program>* cache = TryAcquireProgramCache()) { in ~SkVMBlitter()559 SkLRUCache<SkVMBlitter::Key, skvm::Program>* SkVMBlitter::TryAcquireProgramCache() { in TryAcquireProgramCache() function in SkVMBlitter589 if (SkLRUCache<Key, skvm::Program>* cache = TryAcquireProgramCache()) { in buildProgram()
2652 auto* cache = SkVMBlitter::TryAcquireProgramCache(); in drawImGui()