Searched refs:PrintDeviceError (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_dawn.cc | 27 void PrintDeviceError(DawnErrorType errorType, const char* message, void*) { in PrintDeviceError() function 82 PrintDeviceError, nullptr); in CreateConfig()
|
/third_party/skia/tools/gpu/dawn/ |
H A D | DawnTestContext.cpp | 80 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 D | DawnWindowContext.cpp | 19 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 D | SampleUtils.cpp | 35 void PrintDeviceError(WGPUErrorType errorType, const char* message, void*) { in PrintDeviceError() function 175 procs.deviceSetUncapturedErrorCallback(cDevice, PrintDeviceError, nullptr); in CreateCppDawnDevice()
|
Completed in 2 milliseconds