Searched refs:fProgramCache (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/experimental/graphite/src/ |
| D | Recorder.cpp | 24 , fProgramCache(new ProgramCache) in Recorder() 37 return fProgramCache.get(); in programCache()
|
| D | Recorder.h | 40 std::unique_ptr<ProgramCache> fProgramCache; variable
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLGpu.h | 163 return fProgramCache->precompileShader(this->getContext(), key, data); in precompileShader() 177 void resetShaderCacheForTesting() const override { fProgramCache->reset(); } in resetShaderCacheForTesting() 539 sk_sp<ProgramCache> fProgramCache; variable
|
| D | GrGLGpu.cpp | 343 , fProgramCache(new ProgramCache(dContext->priv().options().fRuntimeProgramCacheSize)) in GrGLGpu() 386 if (fProgramCache) { in ~GrGLGpu() 387 fProgramCache->reset(); in ~GrGLGpu() 454 if (fProgramCache) { in disconnect() 455 fProgramCache->abandon(); in disconnect() 463 fProgramCache->reset(); in disconnect() 464 fProgramCache.reset(); in disconnect() 483 return fProgramCache.get(); in pipelineBuilder() 487 return fProgramCache; in refPipelineBuilder() 1869 sk_sp<GrGLProgram> program = fProgramCache->findOrCreateProgram(this->getContext(), in flushGLState() [all …]
|
| /third_party/flutter/skia/src/gpu/gl/ |
| D | GrGLGpu.h | 153 void resetShaderCacheForTesting() const override { fProgramCache->reset(); } in resetShaderCacheForTesting() 449 ProgramCache* fProgramCache; variable
|
| D | GrGLGpu.cpp | 382 , fProgramCache(new ProgramCache(this)) in GrGLGpu() 454 delete fProgramCache; in ~GrGLGpu() 488 if (fProgramCache) { in disconnect() 489 fProgramCache->abandon(); in disconnect() 497 delete fProgramCache; in disconnect() 498 fProgramCache = nullptr; in disconnect() 1937 sk_sp<GrGLProgram> program(fProgramCache->refProgram(this, renderTarget, origin, primProc, in flushGLState()
|