Searched refs:getBlobCache (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | DisplayImpl.h | 97 egl::BlobCache *getBlobCache() const { return mBlobCache; } in getBlobCache() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | DisplayImpl.h | 114 egl::BlobCache *getBlobCache() const { return mBlobCache; } in getBlobCache() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.h | 162 BlobCache &getBlobCache() { return mBlobCache; } in getBlobCache() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.h | 244 BlobCache &getBlobCache() { return mBlobCache; } in getBlobCache() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 1329 *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/ |
D | RendererVk.cpp | 817 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()
|