HomeSort by relevance Sort by last modified time
    Searched refs:SamplerObjectCache (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/gl/
GrGLGpu.h 659 class SamplerObjectCache;
660 std::unique_ptr<SamplerObjectCache> fSamplerObjectCache;
GrGLGpu.cpp 267 class GrGLGpu::SamplerObjectCache {
269 SamplerObjectCache(GrGLGpu* gpu) : fGpu(gpu) {
276 ~SamplerObjectCache() {
412 fSamplerObjectCache.reset(new SamplerObjectCache(this));
    [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.h 626 class SamplerObjectCache;
627 std::unique_ptr<SamplerObjectCache> fSamplerObjectCache;
GrGLGpu.cpp 222 class GrGLGpu::SamplerObjectCache {
224 SamplerObjectCache(GrGLGpu* gpu) : fGpu(gpu) {
231 ~SamplerObjectCache() {
369 fSamplerObjectCache.reset(new SamplerObjectCache(this));
    [all...]

Completed in 224 milliseconds