Home
last modified time | relevance | path

Searched refs:VulkanResultString (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp290 WARN() << "Internal Vulkan error (" << result << "): " << VulkanResultString(result) in handleError()
301 << "): " << VulkanResultString(mSavedError.errorCode) << ", in " << mSavedError.file in getEGLError()
Dvk_utils.h91 const char *VulkanResultString(VkResult result);
Dvk_utils.cpp206 const char *VulkanResultString(VkResult result) in VulkanResultString() function
DCommandProcessor.cpp305 errorStream << "Internal Vulkan error (" << errorCode << "): " << VulkanResultString(errorCode) in handleError()
DContextVk.cpp4983 errorStream << "Internal Vulkan error (" << errorCode << "): " << VulkanResultString(errorCode) in handleError()