Searched refs:eErrorOutOfPoolMemory (Results 1 – 5 of 5) sorted by relevance
6162 : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) in OutOfPoolMemoryError()6165 : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) in OutOfPoolMemoryError()6317 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
57 eErrorOutOfPoolMemory = VK_ERROR_OUT_OF_POOL_MEMORY, enumerator109 case Result::eErrorOutOfPoolMemory: return "ErrorOutOfPoolMemory"; in to_string()
6340 …:string const & message ) : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message… in OutOfPoolMemoryError()6342 …r( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message… in OutOfPoolMemoryError()6563 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
251 eErrorOutOfPoolMemory = VK_ERROR_OUT_OF_POOL_MEMORY, enumerator
3547 case Result::eErrorOutOfPoolMemory: return "ErrorOutOfPoolMemory"; in to_string()