Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp86 GetDevice()->UncacheShaderModule(this); in ~ShaderModuleBase()
DDevice.h114 void UncacheShaderModule(ShaderModuleBase* obj);
DDevice.cpp247 void DeviceBase::UncacheShaderModule(ShaderModuleBase* obj) { in UncacheShaderModule() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h186 void UncacheShaderModule(ShaderModuleBase* obj);
DDevice.cpp866 void DeviceBase::UncacheShaderModule(ShaderModuleBase* obj) { in UncacheShaderModule() function in dawn_native::DeviceBase
DShaderModule.cpp1210 GetDevice()->UncacheShaderModule(this); in DestroyImpl()