Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkVMBlitter.h83 static SkLRUCache<Key, skvm::Program>* TryAcquireProgramCache();
H A 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/
H A DViewer.cpp2652 auto* cache = SkVMBlitter::TryAcquireProgramCache(); in drawImGui()

Completed in 7 milliseconds