Searched refs:SamplerObjectCache (Results 1 – 2 of 2) sorted by relevance
856 class SamplerObjectCache; variable857 std::unique_ptr<SamplerObjectCache> fSamplerObjectCache;
278 class GrGLGpu::SamplerObjectCache { class in GrGLGpu280 SamplerObjectCache(GrGLGpu* gpu) : fGpu(gpu) { in SamplerObjectCache() function in GrGLGpu::SamplerObjectCache285 ~SamplerObjectCache() { in ~SamplerObjectCache()470 fSamplerObjectCache = std::make_unique<SamplerObjectCache>(this); in GrGLGpu()