Home
last modified time | relevance | path

Searched refs:mDeviceLostUserdata (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DDevice.cpp86 mDeviceLostCallback(reason, message, mDeviceLostUserdata); in HandleDeviceLost()
125 mDeviceLostUserdata = userdata; in SetDeviceLostCallback()
DDevice.h95 void* mDeviceLostUserdata = nullptr; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp324 mDeviceLostUserdata); in Destroy()
446 mDeviceLostCallback(WGPUDeviceLostReason_Undefined, message, mDeviceLostUserdata); in HandleError()
517 mDeviceLostUserdata = userdata; in APISetDeviceLostCallback()
DDevice.h488 void* mDeviceLostUserdata = nullptr; variable