/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Device.h | 41 void InjectError(WGPUErrorType type, const char* message); 54 void HandleError(WGPUErrorType errorType, const char* message); 58 WGPUErrorType type,
|
D | Device.cpp | 28 mErrorCallback = [](WGPUErrorType, char const*, void*) { in Device() argument 70 void Device::HandleError(WGPUErrorType errorType, const char* message) { in HandleError() 161 WGPUErrorType type, in OnPopErrorScopeCallback() 183 void Device::InjectError(WGPUErrorType type, const char* message) { in InjectError()
|
D | ClientDoers.cpp | 24 WGPUErrorType errorType, in DoDeviceUncapturedErrorCallback() 68 WGPUErrorType errorType, in DoDevicePopErrorScopeCallback()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireErrorCallbackTests.cpp | 27 MOCK_METHOD(void, Call, (WGPUErrorType type, const char* message, void* userdata)); 31 void ToMockDeviceErrorCallback(WGPUErrorType type, const char* message, void* userdata) { in ToMockDeviceErrorCallback() 37 MOCK_METHOD(void, Call, (WGPUErrorType type, const char* message, void* userdata)); 41 void ToMockDevicePopErrorScopeCallback(WGPUErrorType type, in ToMockDevicePopErrorScopeCallback()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | MaxLimitTests.cpp | 193 WGPUErrorType oomResult; in TEST_P() 194 device.PopErrorScope([](WGPUErrorType type, const char*, in TEST_P() 195 void* userdata) { *static_cast<WGPUErrorType*>(userdata) = type; }, in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUDevice.cpp | 86 [](WGPUErrorType type, char const* message, void* userdata) { in GPUDevice() 461 [](WGPUErrorType type, char const* message, void* userdata) { in popErrorScope() 465 case WGPUErrorType::WGPUErrorType_NoError: in popErrorScope() 468 case WGPUErrorType::WGPUErrorType_OutOfMemory: in popErrorScope() 471 case WGPUErrorType::WGPUErrorType_Unknown: in popErrorScope() 472 case WGPUErrorType::WGPUErrorType_DeviceLost: in popErrorScope() 473 case WGPUErrorType::WGPUErrorType_Validation: in popErrorScope()
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
D | main.cpp | 33 static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*); 233 static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*) in print_wgpu_error()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ErrorScopeValidationTests.cpp | 24 MOCK_METHOD(void, Call, (WGPUErrorType type, const char* message, void* userdata)); 28 static void ToMockDevicePopErrorScopeCallback(WGPUErrorType type, in ToMockDevicePopErrorScopeCallback()
|
D | ValidationTest.h | 148 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
|
D | ValidationTest.cpp | 213 void ValidationTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
D | ServerDevice.cpp | 53 void Server::OnUncapturedError(ObjectHandle device, WGPUErrorType type, const char* message) { in OnUncapturedError() 104 void Server::OnDevicePopErrorScope(WGPUErrorType type, in OnDevicePopErrorScope()
|
D | Server.h | 198 void OnUncapturedError(ObjectHandle device, WGPUErrorType type, const char* message); 201 void OnDevicePopErrorScope(WGPUErrorType type,
|
D | Server.cpp | 131 [](WGPUErrorType type, const char* message, void* userdata) { in InjectDevice()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnNativeTest.h | 50 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
|
D | DawnNativeTest.cpp | 80 void DawnNativeTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError()
|
D | DawnTest.h | 507 static void OnDeviceError(WGPUErrorType type, const char* message, void* userdata);
|
D | DawnTest.cpp | 1032 void DawnTestBase::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError()
|
/third_party/skia/tools/sk_app/ |
D | DawnWindowContext.cpp | 19 static void PrintDeviceError(WGPUErrorType, const char* message, void*) { in PrintDeviceError() argument
|
/third_party/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 80 static void PrintDeviceError(WGPUErrorType, const char* message, void*) { in PrintDeviceError() argument
|
/third_party/skia/third_party/externals/dawn/examples/ |
D | SampleUtils.cpp | 35 void PrintDeviceError(WGPUErrorType errorType, const char* message, void*) { in PrintDeviceError()
|
D | ManualSwapChainTest.cpp | 290 [](WGPUErrorType errorType, const char* message, void*) { in main()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Device.cpp | 206 mUncapturedErrorCallback = [](WGPUErrorType, char const*, void*) { in Initialize() argument 467 mUncapturedErrorCallback(static_cast<WGPUErrorType>(ToWGPUErrorType(type)), message, in HandleError() 533 callback(static_cast<WGPUErrorType>(scope.GetErrorType()), scope.GetErrorMessage(), in APIPopErrorScope()
|