Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCopyTextureForBrowserHelper.cpp192 if (store->copyTextureForBrowser == nullptr) { in GetOrCreateCopyTextureForBrowserPipeline()
194 store->copyTextureForBrowser, in GetOrCreateCopyTextureForBrowserPipeline()
198 ShaderModuleBase* shaderModule = store->copyTextureForBrowser.Get(); in GetOrCreateCopyTextureForBrowserPipeline()
DInternalPipelineStore.h39 Ref<ShaderModuleBase> copyTextureForBrowser; member