Searched refs:loggingType (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | ClientDoers.cpp | 45 WGPULoggingType loggingType, in DoDeviceLoggingCallback() argument 51 device->HandleLogging(loggingType, message); in DoDeviceLoggingCallback()
|
D | Device.cpp | 76 void Device::HandleLogging(WGPULoggingType loggingType, const char* message) { in HandleLogging() argument 79 mLoggingCallback(loggingType, message, mLoggingUserdata); in HandleLogging()
|
D | Device.h | 55 void HandleLogging(WGPULoggingType loggingType, const char* message);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.cpp | 94 WGPULoggingType loggingType, in LoggingCallbackTask() 98 mLoggingType(loggingType), in LoggingCallbackTask() 1190 void DeviceBase::EmitLog(WGPULoggingType loggingType, const char* message) { in EmitLog() argument 1194 std::make_unique<LoggingCallbackTask>(mLoggingCallback, loggingType, message, in EmitLog()
|
D | Device.h | 324 void EmitLog(WGPULoggingType loggingType, const char* message);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ShaderModuleD3D12.cpp | 814 [&](WGPULoggingType loggingType, const char* message) { in Compile() argument 815 GetDevice()->EmitLog(loggingType, message); in Compile()
|