Searched refs:cachedData (Results 1 – 5 of 5) sorted by relevance
82 private String cachedData; field in KeysDownloader114 return cachedData; in download()125 return cachedData; in download()187 this.cachedData = data; in fetchAndCacheData()
465 const SkData& cachedData) { in PrecompileProgram() argument466 SkReadBuffer reader(cachedData.data(), cachedData.size()); in PrecompileProgram()
179 auto cachedData = static_cast<SkCachedData*>(data); in texture_proxy_view_from_planes() local180 SkASSERT(cachedData); in texture_proxy_view_from_planes()181 cachedData->unref(); in texture_proxy_view_from_planes()
710 bool GrMtlPipelineStateBuilder::PrecompileShaders(GrMtlGpu* gpu, const SkData& cachedData,714 SkReadBuffer reader(cachedData.data(), cachedData.size());