Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLGpu.h626 class SamplerObjectCache; variable
627 std::unique_ptr<SamplerObjectCache> fSamplerObjectCache;
DGrGLGpu.cpp222 class GrGLGpu::SamplerObjectCache { class in GrGLGpu
224 SamplerObjectCache(GrGLGpu* gpu) : fGpu(gpu) { in SamplerObjectCache() function in GrGLGpu::SamplerObjectCache
231 ~SamplerObjectCache() { in ~SamplerObjectCache()
369 fSamplerObjectCache.reset(new SamplerObjectCache(this)); in GrGLGpu()
/external/skia/src/gpu/gl/
DGrGLGpu.h763 class SamplerObjectCache; variable
764 std::unique_ptr<SamplerObjectCache> fSamplerObjectCache;
DGrGLGpu.cpp222 class GrGLGpu::SamplerObjectCache { class in GrGLGpu
224 SamplerObjectCache(GrGLGpu* gpu) : fGpu(gpu) { in SamplerObjectCache() function in GrGLGpu::SamplerObjectCache
230 ~SamplerObjectCache() { in ~SamplerObjectCache()
376 fSamplerObjectCache = std::make_unique<SamplerObjectCache>(this); in GrGLGpu()