Home
last modified time | relevance | path

Searched refs:SamplerObjectCache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h856 class SamplerObjectCache; variable
857 std::unique_ptr<SamplerObjectCache> fSamplerObjectCache;
H A DGrGLGpu.cpp278 class GrGLGpu::SamplerObjectCache { class in GrGLGpu
280 SamplerObjectCache(GrGLGpu* gpu) : fGpu(gpu) { in SamplerObjectCache() function in GrGLGpu::SamplerObjectCache
285 ~SamplerObjectCache() { in ~SamplerObjectCache()
470 fSamplerObjectCache = std::make_unique<SamplerObjectCache>(this); in GrGLGpu()