Searched refs:onVkDeviceFault (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/renderengine/skia/ |
D | VulkanInterface.h | 75 static void onVkDeviceFault(void* callbackContext, const std::string& description,
|
D | VulkanInterface.cpp | 48 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/ |
D | VulkanManager.cpp | 423 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()
|