Searched refs:VulkanResultString (Results 1 – 5 of 5) sorted by relevance
290 WARN() << "Internal Vulkan error (" << result << "): " << VulkanResultString(result) in handleError()301 << "): " << VulkanResultString(mSavedError.errorCode) << ", in " << mSavedError.file in getEGLError()
91 const char *VulkanResultString(VkResult result);
206 const char *VulkanResultString(VkResult result) in VulkanResultString() function
305 errorStream << "Internal Vulkan error (" << errorCode << "): " << VulkanResultString(errorCode) in handleError()
4983 errorStream << "Internal Vulkan error (" << errorCode << "): " << VulkanResultString(errorCode) in handleError()