Home
last modified time | relevance | path

Searched refs:PrintDeviceError (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_dawn.cc27 void PrintDeviceError(DawnErrorType errorType, const char* message, void*) { in PrintDeviceError() function
82 PrintDeviceError, nullptr); in CreateConfig()
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp80 static void PrintDeviceError(WGPUErrorType, const char* message, void*) { in PrintDeviceError() function
131 device.SetUncapturedErrorCallback(PrintDeviceError, 0); in Create()
/third_party/skia/tools/sk_app/
H A DDawnWindowContext.cpp19 static void PrintDeviceError(WGPUErrorType, const char* message, void*) { in PrintDeviceError() function
53 fDevice.SetUncapturedErrorCallback(PrintDeviceError, 0); in initializeContext()
/third_party/skia/third_party/externals/dawn/examples/
H A DSampleUtils.cpp35 void PrintDeviceError(WGPUErrorType errorType, const char* message, void*) { in PrintDeviceError() function
175 procs.deviceSetUncapturedErrorCallback(cDevice, PrintDeviceError, nullptr); in CreateCppDawnDevice()

Completed in 2 milliseconds