Lines Matching refs:ProgramCache
20 struct GrGLGpu::ProgramCache::Entry {
31 GrGLGpu::ProgramCache::ProgramCache(int runtimeProgramCacheSize)
35 GrGLGpu::ProgramCache::~ProgramCache() {}
37 void GrGLGpu::ProgramCache::abandon() {
47 void GrGLGpu::ProgramCache::reset() {
51 sk_sp<GrGLProgram> GrGLGpu::ProgramCache::findOrCreateProgram(GrDirectContext* dContext,
72 sk_sp<GrGLProgram> GrGLGpu::ProgramCache::findOrCreateProgram(GrDirectContext* dContext,
86 sk_sp<GrGLProgram> GrGLGpu::ProgramCache::findOrCreateProgramImpl(GrDirectContext* dContext,
121 bool GrGLGpu::ProgramCache::precompileShader(GrDirectContext* dContext,