Home
last modified time | relevance | path

Searched refs:eErrorOutOfPoolMemory (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3401 : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) {} in OutOfPoolMemoryError()
3403 : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) {} in OutOfPoolMemoryError()
3525 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
Dvulkansc_enums.hpp259 eErrorOutOfPoolMemory = VK_ERROR_OUT_OF_POOL_MEMORY, enumerator
Dvulkansc_to_string.hpp1287 case Result::eErrorOutOfPoolMemory : return "ErrorOutOfPoolMemory"; in to_string()
Dvulkan.hpp5744 : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) {} in OutOfPoolMemoryError()
5746 : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) {} in OutOfPoolMemoryError()
5962 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
Dvulkan_enums.hpp259 eErrorOutOfPoolMemory = VK_ERROR_OUT_OF_POOL_MEMORY, enumerator
Dvulkan_to_string.hpp2698 case Result::eErrorOutOfPoolMemory : return "ErrorOutOfPoolMemory"; in to_string()