Home
last modified time | relevance | path

Searched refs:copyTextureForBrowserPipelines (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCopyTextureForBrowserHelper.cpp178 auto pipeline = store->copyTextureForBrowserPipelines.find(dstFormat); in GetCachedPipeline()
179 if (pipeline != store->copyTextureForBrowserPipelines.end()) { in GetCachedPipeline()
230 store->copyTextureForBrowserPipelines.insert({dstFormat, std::move(pipeline)}); in GetOrCreateCopyTextureForBrowserPipeline()
DInternalPipelineStore.h37 copyTextureForBrowserPipelines; member