Lines Matching refs:cached
269 bool cached = fCached.get() != nullptr;
283 } else if (cached) {
293 cached = false;
309 cached = this->checkLinkStatus(programID, errorHandler, nullptr, nullptr);
311 if (cached) {
316 cached = false;
318 usedProgramBinaries = cached;
342 cached = false;
353 // Don't have cached GLSL, need to compile SkSL->GLSL
388 // Don't have cached GLSL, need to compile SkSL->GLSL
468 if (!cached && !geomProc.willUseTessellationShaders() && !precompiledProgram) {