Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Ddfa.rs449 cache: &ProgramCache, in forward()
479 cache: &ProgramCache, in reverse()
509 cache: &ProgramCache, in forward_many()
Dbacktrack.rs86 cache: &ProgramCache, in exec()
Dpikevm.rs90 cache: &ProgramCache, in exec()
Dexec.rs1453 fn new_pool(ro: &Arc<ExecReadOnly>) -> Box<Pool<ProgramCache>> { in new_pool()
1521 pub type ProgramCache = AssertUnwindSafe<RefCell<ProgramCacheInner>>; typedef
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpuProgramCache.cpp36 GrGLGpu::ProgramCache::ProgramCache(int runtimeProgramCacheSize) in ProgramCache() function in GrGLGpu::ProgramCache
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dprogram_cache.cc69 ProgramCache::ProgramCache(ProgramCache&& program_cache) in ProgramCache() function in tflite::gpu::cl::ProgramCache
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgramCache.h55 friend class ProgramCache; variable
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp1492 TEST_P(PixelLocalStorageTest, ProgramCache) in TEST_P() argument