Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h681 class SamplerObjectCache; variable
682 std::unique_ptr<SamplerObjectCache> fSamplerObjectCache;
DGrGLGpu.cpp263 class GrGLGpu::SamplerObjectCache { class in GrGLGpu
265 SamplerObjectCache(GrGLGpu* gpu) : fGpu(gpu) { in SamplerObjectCache() function in GrGLGpu::SamplerObjectCache
272 ~SamplerObjectCache() { in ~SamplerObjectCache()
414 fSamplerObjectCache.reset(new SamplerObjectCache(this)); in GrGLGpu()
/third_party/skia/src/gpu/gl/
DGrGLGpu.h786 class SamplerObjectCache; variable
787 std::unique_ptr<SamplerObjectCache> fSamplerObjectCache;
DGrGLGpu.cpp223 class GrGLGpu::SamplerObjectCache { class in GrGLGpu
225 SamplerObjectCache(GrGLGpu* gpu) : fGpu(gpu) { in SamplerObjectCache() function in GrGLGpu::SamplerObjectCache
231 ~SamplerObjectCache() { in ~SamplerObjectCache()
377 fSamplerObjectCache = std::make_unique<SamplerObjectCache>(this); in GrGLGpu()