Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVMBlitter.h83 static SkLRUCache<Key, skvm::Program>* TryAcquireProgramCache();
DSkVMBlitter.cpp543 if (SkLRUCache<Key, skvm::Program>* cache = TryAcquireProgramCache()) { in ~SkVMBlitter()
559 SkLRUCache<SkVMBlitter::Key, skvm::Program>* SkVMBlitter::TryAcquireProgramCache() { in TryAcquireProgramCache() function in SkVMBlitter
589 if (SkLRUCache<Key, skvm::Program>* cache = TryAcquireProgramCache()) { in buildProgram()
/third_party/skia/tools/viewer/
DViewer.cpp2652 auto* cache = SkVMBlitter::TryAcquireProgramCache(); in drawImGui()