Home
last modified time | relevance | path

Searched refs:HandleDeviceLoss (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCreatePipelineAsyncTask.h48 void HandleDeviceLoss() final;
63 void HandleDeviceLoss() final;
DQueue.h33 virtual void HandleDeviceLoss() = 0;
67 void HandleDeviceLoss();
DCreatePipelineAsyncTask.cpp62 void CreateComputePipelineAsyncCallbackTask::HandleDeviceLoss() { in HandleDeviceLoss() function in dawn_native::CreateComputePipelineAsyncCallbackTask
98 void CreateRenderPipelineAsyncCallbackTask::HandleDeviceLoss() { in HandleDeviceLoss() function in dawn_native::CreateRenderPipelineAsyncCallbackTask
DCallbackTaskManager.h29 virtual void HandleDeviceLoss() = 0;
DQueue.cpp143 void HandleDeviceLoss() override { in HandleDeviceLoss() function
246 void QueueBase::HandleDeviceLoss() { in HandleDeviceLoss() function in dawn_native::QueueBase
248 task->HandleDeviceLoss(); in HandleDeviceLoss()
DDevice.cpp114 void HandleDeviceLoss() override { in HandleDeviceLoss() function
450 mQueue->HandleDeviceLoss(); in HandleError()
456 callbackTask->HandleDeviceLoss(); in HandleError()
DBuffer.cpp41 void HandleDeviceLoss() override { in HandleDeviceLoss() function