Lines Matching refs:make_error_code
6287 VULKAN_HPP_INLINE std::error_code make_error_code( Result e ) VULKAN_HPP_NOEXCEPT in make_error_code() function
6300 …OutOfHostMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfHostMemoryError()
6301 …OutOfHostMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfHo… in OutOfHostMemoryError()
6307 …OutOfDeviceMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in OutOfDeviceMemoryError()
6308 …OutOfDeviceMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOf… in OutOfDeviceMemoryError()
6314 …InitializationFailedError( std::string const & message ) : SystemError( make_error_code( Result::e… in InitializationFailedError()
6315 …InitializationFailedError( char const * message ) : SystemError( make_error_code( Result::eErrorIn… in InitializationFailedError()
6321 …DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDevic… in DeviceLostError()
6322 …DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost )… in DeviceLostError()
6328 …MemoryMapFailedError( std::string const & message ) : SystemError( make_error_code( Result::eError… in MemoryMapFailedError()
6329 …MemoryMapFailedError( char const * message ) : SystemError( make_error_code( Result::eErrorMemoryM… in MemoryMapFailedError()
6335 …LayerNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eError… in LayerNotPresentError()
6336 …LayerNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorLayerNo… in LayerNotPresentError()
6342 …ExtensionNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eE… in ExtensionNotPresentError()
6343 …ExtensionNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorExt… in ExtensionNotPresentError()
6349 …FeatureNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in FeatureNotPresentError()
6350 …FeatureNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorFeatu… in FeatureNotPresentError()
6356 …IncompatibleDriverError( std::string const & message ) : SystemError( make_error_code( Result::eEr… in IncompatibleDriverError()
6357 …IncompatibleDriverError( char const * message ) : SystemError( make_error_code( Result::eErrorInco… in IncompatibleDriverError()
6363 …TooManyObjectsError( std::string const & message ) : SystemError( make_error_code( Result::eErrorT… in TooManyObjectsError()
6364 …TooManyObjectsError( char const * message ) : SystemError( make_error_code( Result::eErrorTooManyO… in TooManyObjectsError()
6370 …FormatNotSupportedError( std::string const & message ) : SystemError( make_error_code( Result::eEr… in FormatNotSupportedError()
6371 …FormatNotSupportedError( char const * message ) : SystemError( make_error_code( Result::eErrorForm… in FormatNotSupportedError()
6377 …FragmentedPoolError( std::string const & message ) : SystemError( make_error_code( Result::eErrorF… in FragmentedPoolError()
6378 …FragmentedPoolError( char const * message ) : SystemError( make_error_code( Result::eErrorFragment… in FragmentedPoolError()
6384 …UnknownError( std::string const & message ) : SystemError( make_error_code( Result::eErrorUnknown … in UnknownError()
6385 …UnknownError( char const * message ) : SystemError( make_error_code( Result::eErrorUnknown ), mess… in UnknownError()
6391 …OutOfPoolMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfPoolMemoryError()
6392 …OutOfPoolMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPo… in OutOfPoolMemoryError()
6398 …InvalidExternalHandleError( std::string const & message ) : SystemError( make_error_code( Result::… in InvalidExternalHandleError()
6399 …InvalidExternalHandleError( char const * message ) : SystemError( make_error_code( Result::eErrorI… in InvalidExternalHandleError()
6405 …FragmentationError( std::string const & message ) : SystemError( make_error_code( Result::eErrorFr… in FragmentationError()
6406 …FragmentationError( char const * message ) : SystemError( make_error_code( Result::eErrorFragmenta… in FragmentationError()
6412 …InvalidOpaqueCaptureAddressError( std::string const & message ) : SystemError( make_error_code( Re… in InvalidOpaqueCaptureAddressError()
6413 …InvalidOpaqueCaptureAddressError( char const * message ) : SystemError( make_error_code( Result::e… in InvalidOpaqueCaptureAddressError()
6419 …SurfaceLostKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorS… in SurfaceLostKHRError()
6420 …SurfaceLostKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorSurfaceL… in SurfaceLostKHRError()
6426 …NativeWindowInUseKHRError( std::string const & message ) : SystemError( make_error_code( Result::e… in NativeWindowInUseKHRError()
6427 …NativeWindowInUseKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorNa… in NativeWindowInUseKHRError()
6433 …OutOfDateKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorOut… in OutOfDateKHRError()
6434 …OutOfDateKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfDateK… in OutOfDateKHRError()
6440 …IncompatibleDisplayKHRError( std::string const & message ) : SystemError( make_error_code( Result:… in IncompatibleDisplayKHRError()
6441 …IncompatibleDisplayKHRError( char const * message ) : SystemError( make_error_code( Result::eError… in IncompatibleDisplayKHRError()
6447 …ValidationFailedEXTError( std::string const & message ) : SystemError( make_error_code( Result::eE… in ValidationFailedEXTError()
6448 …ValidationFailedEXTError( char const * message ) : SystemError( make_error_code( Result::eErrorVal… in ValidationFailedEXTError()
6454 …InvalidShaderNVError( std::string const & message ) : SystemError( make_error_code( Result::eError… in InvalidShaderNVError()
6455 …InvalidShaderNVError( char const * message ) : SystemError( make_error_code( Result::eErrorInvalid… in InvalidShaderNVError()
6461 …ImageUsageNotSupportedKHRError( std::string const & message ) : SystemError( make_error_code( Resu… in ImageUsageNotSupportedKHRError()
6462 …ImageUsageNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result::eEr… in ImageUsageNotSupportedKHRError()
6469 : SystemError( make_error_code( Result::eErrorVideoPictureLayoutNotSupportedKHR ), message ) in VideoPictureLayoutNotSupportedKHRError()
6472 …VideoPictureLayoutNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Res… in VideoPictureLayoutNotSupportedKHRError()
6481 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) in VideoProfileOperationNotSupportedKHRError()
6485 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) in VideoProfileOperationNotSupportedKHRError()
6494 : SystemError( make_error_code( Result::eErrorVideoProfileFormatNotSupportedKHR ), message ) in VideoProfileFormatNotSupportedKHRError()
6497 …VideoProfileFormatNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Res… in VideoProfileFormatNotSupportedKHRError()
6506 : SystemError( make_error_code( Result::eErrorVideoProfileCodecNotSupportedKHR ), message ) in VideoProfileCodecNotSupportedKHRError()
6509 …VideoProfileCodecNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Resu… in VideoProfileCodecNotSupportedKHRError()
6515 …onNotSupportedKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in VideoStdVersionNotSupportedKHRError()
6518 …VideoStdVersionNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result… in VideoStdVersionNotSupportedKHRError()
6525 … : SystemError( make_error_code( Result::eErrorInvalidDrmFormatModifierPlaneLayoutEXT ), message ) in InvalidDrmFormatModifierPlaneLayoutEXTError()
6529 … : SystemError( make_error_code( Result::eErrorInvalidDrmFormatModifierPlaneLayoutEXT ), message ) in InvalidDrmFormatModifierPlaneLayoutEXTError()
6537 …NotPermittedKHRError( std::string const & message ) : SystemError( make_error_code( Result::eError… in NotPermittedKHRError()
6538 …NotPermittedKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorNotPerm… in NotPermittedKHRError()
6545 …lusiveModeLostEXTError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in FullScreenExclusiveModeLostEXTError()
6548 …FullScreenExclusiveModeLostEXTError( char const * message ) : SystemError( make_error_code( Result… in FullScreenExclusiveModeLostEXTError()
6556 …InvalidVideoStdParametersKHRError( std::string const & message ) : SystemError( make_error_code( R… in InvalidVideoStdParametersKHRError()
6557 …InvalidVideoStdParametersKHRError( char const * message ) : SystemError( make_error_code( Result::… in InvalidVideoStdParametersKHRError()
6564 …CompressionExhaustedEXTError( std::string const & message ) : SystemError( make_error_code( Result… in CompressionExhaustedEXTError()
6565 …CompressionExhaustedEXTError( char const * message ) : SystemError( make_error_code( Result::eErro… in CompressionExhaustedEXTError()
6571 …IncompatibleShaderBinaryEXTError( std::string const & message ) : SystemError( make_error_code( Re… in IncompatibleShaderBinaryEXTError()
6572 …IncompatibleShaderBinaryEXTError( char const * message ) : SystemError( make_error_code( Result::e… in IncompatibleShaderBinaryEXTError()
6620 default: throw SystemError( make_error_code( result ), message ); in throwResultException()