Home
last modified time | relevance | path

Searched refs:HandleLogging (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DClientDoers.cpp51 device->HandleLogging(loggingType, message); in DoDeviceLoggingCallback()
DDevice.h55 void HandleLogging(WGPULoggingType loggingType, const char* message);
DDevice.cpp76 void Device::HandleLogging(WGPULoggingType loggingType, const char* message) { in HandleLogging() function in dawn_wire::client::Device