Home
last modified time | relevance | path

Searched defs:ProgramCache (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/experimental/graphite/src/
DRecorder.h18 class ProgramCache; variable
DProgramCache.cpp67 ProgramCache::ProgramCache() { in ProgramCache() function in skgpu::ProgramCache
/third_party/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp31 GrGLGpu::ProgramCache::ProgramCache(int runtimeProgramCacheSize) in ProgramCache() function in GrGLGpu::ProgramCache
/third_party/rust/crates/regex/src/
Dbacktrack.rs86 cache: &ProgramCache, in exec()
Dpikevm.rs90 cache: &ProgramCache, in exec()
Ddfa.rs449 cache: &ProgramCache, in forward()
479 cache: &ProgramCache, in reverse()
509 cache: &ProgramCache, in forward_many()
Dexec.rs1453 fn new_pool(ro: &Arc<ExecReadOnly>) -> Box<Pool<ProgramCache>> { in new_pool()
1521 pub type ProgramCache = AssertUnwindSafe<RefCell<ProgramCacheInner>>; typedef