Home
last modified time | relevance | path

Searched refs:getPersistentCache (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp48 auto persistentCache = gpu->getContext()->contextPriv().getPersistentCache(); in CreateProgram()
176 if (!this->gpu()->getContext()->contextPriv().getPersistentCache()) { in storeShaderInCache()
196 this->gpu()->getContext()->contextPriv().getPersistentCache()->store( in storeShaderInCache()
207 this->gpu()->getContext()->contextPriv().getPersistentCache()->store( in storeShaderInCache()
223 this->gpu()->getContext()->contextPriv().getPersistentCache()) { in finalize()
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp63 auto persistentCache = dContext->priv().getPersistentCache(); in CreateProgram()
162 if (!this->gpu()->getContext()->priv().getPersistentCache()) { in storeShaderInCache()
187 this->gpu()->getContext()->priv().getPersistentCache()->store(*key, *data, description); in storeShaderInCache()
204 this->gpu()->getContext()->priv().getPersistentCache()->store(*key, *data, description); in storeShaderInCache()
224 this->gpu()->getContext()->priv().getPersistentCache() && in finalize()
/external/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp170 this->gpu()->getContext()->priv().getPersistentCache()->store(*key, *data, description); in storeShadersInCache()
222 auto persistentCache = fGpu->getContext()->priv().getPersistentCache(); in finalize()
DGrVkResourceProvider.cpp43 auto persistentCache = fGpu->getContext()->priv().getPersistentCache(); in pipelineCache()
588 fGpu->getContext()->priv().getPersistentCache()->store( in storePipelineCacheData()
DGrVkGpu.cpp2601 if (this->getContext()->priv().getPersistentCache()) { in storeVkPipelineCacheData()
/external/skia/src/gpu/
DGrDirectContextPriv.h139 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache() function
/external/skqp/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp225 this->gpu()->getContext()->contextPriv().getPersistentCache()->store( in storeShadersInCache()
283 auto persistentCache = fGpu->getContext()->contextPriv().getPersistentCache(); in finalize()
DGrVkResourceProvider.cpp47 auto persistentCache = fGpu->getContext()->contextPriv().getPersistentCache(); in pipelineCache()
547 fGpu->getContext()->contextPriv().getPersistentCache()->store( in storePipelineCacheData()
DGrVkGpu.cpp2403 if (this->getContext()->contextPriv().getPersistentCache()) { in storeVkPipelineCacheData()
/external/skqp/src/gpu/
DGrContextPriv.h286 GrContextOptions::PersistentCache* getPersistentCache() { return fContext->fPersistentCache; } in getPersistentCache() function
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm87 fGpu->getContext()->priv().getPersistentCache()->store(*key, *data, description);
506 auto persistentCache = fGpu->getContext()->priv().getPersistentCache();
/external/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp591 auto persistentCache = fGpu->getContext()->priv().getPersistentCache(); in finalize()