Home
last modified time | relevance | path

Searched refs:getBlobCache (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.h97 egl::BlobCache *getBlobCache() const { return mBlobCache; } in getBlobCache() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.h114 egl::BlobCache *getBlobCache() const { return mBlobCache; } in getBlobCache() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h162 BlobCache &getBlobCache() { return mBlobCache; } in getBlobCache() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h244 BlobCache &getBlobCache() { return mBlobCache; } in getBlobCache() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1329 *success = display->getBlobCache()->get(display->getScratchBuffer(), mPipelineCacheVkBlobKey, in initPipelineCache()
1458 displayVk->getBlobCache()->putApplication(mPipelineCacheVkBlobKey, *pipelineCacheData); in syncPipelineCacheVk()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp817 displayVk->getBlobCache()->putApplication(chunkCacheHash, keyData); in CompressAndStorePipelineCacheVk()
881 if (!displayVk->getBlobCache()->get(displayVk->getScratchBuffer(), chunkCacheHash, &keyData, in GetAndDecompressPipelineCacheVk()
905 if (!displayVk->getBlobCache()->get(displayVk->getScratchBuffer(), chunkCacheHash, &keyData, in GetAndDecompressPipelineCacheVk()