Home
last modified time | relevance | path

Searched refs:onVkDeviceFault (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.h75 static void onVkDeviceFault(void* callbackContext, const std::string& description,
DVulkanInterface.cpp48 backendContext.fDeviceLostProc = onVkDeviceFault; in getGaneshBackendContext()
65 backendContext.fDeviceLostProc = onVkDeviceFault; in getGraphiteBackendContext()
142 void VulkanInterface::onVkDeviceFault(void* callbackContext, const std::string& description, in onVkDeviceFault() function in android::renderengine::skia::VulkanInterface
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp423 void onVkDeviceFault(const std::string& contextLabel, const std::string& description, in onVkDeviceFault() function
485 onVkDeviceFault("RenderThread", description, addressInfos, vendorInfos, vendorBinaryData); in deviceLostProcRenderThread()
491 onVkDeviceFault("UploadThread", description, addressInfos, vendorInfos, vendorBinaryData); in deviceLostProcUploadThread()