• Home
  • Raw
  • Download

Lines Matching refs:make_error_code

6223   VULKAN_HPP_INLINE std::error_code make_error_code( Result e ) VULKAN_HPP_NOEXCEPT  in make_error_code()  function
6236 …OutOfHostMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfHostMemoryError()
6238 …OutOfHostMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfHo… in OutOfHostMemoryError()
6244 …OutOfDeviceMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in OutOfDeviceMemoryError()
6246 …OutOfDeviceMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOf… in OutOfDeviceMemoryError()
6252 …InitializationFailedError( std::string const & message ) : SystemError( make_error_code( Result::e… in InitializationFailedError()
6254 …InitializationFailedError( char const * message ) : SystemError( make_error_code( Result::eErrorIn… in InitializationFailedError()
6260 …DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDevic… in DeviceLostError()
6262 …DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost )… in DeviceLostError()
6268 …MemoryMapFailedError( std::string const & message ) : SystemError( make_error_code( Result::eError… in MemoryMapFailedError()
6270 …MemoryMapFailedError( char const * message ) : SystemError( make_error_code( Result::eErrorMemoryM… in MemoryMapFailedError()
6276 …LayerNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eError… in LayerNotPresentError()
6278 …LayerNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorLayerNo… in LayerNotPresentError()
6284 …ExtensionNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eE… in ExtensionNotPresentError()
6286 …ExtensionNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorExt… in ExtensionNotPresentError()
6292 …FeatureNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in FeatureNotPresentError()
6294 …FeatureNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorFeatu… in FeatureNotPresentError()
6300 …IncompatibleDriverError( std::string const & message ) : SystemError( make_error_code( Result::eEr… in IncompatibleDriverError()
6302 …IncompatibleDriverError( char const * message ) : SystemError( make_error_code( Result::eErrorInco… in IncompatibleDriverError()
6308 …TooManyObjectsError( std::string const & message ) : SystemError( make_error_code( Result::eErrorT… in TooManyObjectsError()
6310 …TooManyObjectsError( char const * message ) : SystemError( make_error_code( Result::eErrorTooManyO… in TooManyObjectsError()
6316 …FormatNotSupportedError( std::string const & message ) : SystemError( make_error_code( Result::eEr… in FormatNotSupportedError()
6318 …FormatNotSupportedError( char const * message ) : SystemError( make_error_code( Result::eErrorForm… in FormatNotSupportedError()
6324 …FragmentedPoolError( std::string const & message ) : SystemError( make_error_code( Result::eErrorF… in FragmentedPoolError()
6326 …FragmentedPoolError( char const * message ) : SystemError( make_error_code( Result::eErrorFragment… in FragmentedPoolError()
6332 …UnknownError( std::string const & message ) : SystemError( make_error_code( Result::eErrorUnknown … in UnknownError()
6334 …UnknownError( char const * message ) : SystemError( make_error_code( Result::eErrorUnknown ), mess… in UnknownError()
6340 …OutOfPoolMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfPoolMemoryError()
6342 …OutOfPoolMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPo… in OutOfPoolMemoryError()
6348 …InvalidExternalHandleError( std::string const & message ) : SystemError( make_error_code( Result::… in InvalidExternalHandleError()
6350 …InvalidExternalHandleError( char const * message ) : SystemError( make_error_code( Result::eErrorI… in InvalidExternalHandleError()
6356 …FragmentationError( std::string const & message ) : SystemError( make_error_code( Result::eErrorFr… in FragmentationError()
6358 …FragmentationError( char const * message ) : SystemError( make_error_code( Result::eErrorFragmenta… in FragmentationError()
6364 …InvalidOpaqueCaptureAddressError( std::string const & message ) : SystemError( make_error_code( Re… in InvalidOpaqueCaptureAddressError()
6366 …InvalidOpaqueCaptureAddressError( char const * message ) : SystemError( make_error_code( Result::e… in InvalidOpaqueCaptureAddressError()
6372 …SurfaceLostKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorS… in SurfaceLostKHRError()
6374 …SurfaceLostKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorSurfaceL… in SurfaceLostKHRError()
6380 …NativeWindowInUseKHRError( std::string const & message ) : SystemError( make_error_code( Result::e… in NativeWindowInUseKHRError()
6382 …NativeWindowInUseKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorNa… in NativeWindowInUseKHRError()
6388 …OutOfDateKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorOut… in OutOfDateKHRError()
6390 …OutOfDateKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfDateK… in OutOfDateKHRError()
6396 …IncompatibleDisplayKHRError( std::string const & message ) : SystemError( make_error_code( Result:… in IncompatibleDisplayKHRError()
6398 …IncompatibleDisplayKHRError( char const * message ) : SystemError( make_error_code( Result::eError… in IncompatibleDisplayKHRError()
6404 …ValidationFailedEXTError( std::string const & message ) : SystemError( make_error_code( Result::eE… in ValidationFailedEXTError()
6406 …ValidationFailedEXTError( char const * message ) : SystemError( make_error_code( Result::eErrorVal… in ValidationFailedEXTError()
6412 …InvalidShaderNVError( std::string const & message ) : SystemError( make_error_code( Result::eError… in InvalidShaderNVError()
6414 …InvalidShaderNVError( char const * message ) : SystemError( make_error_code( Result::eErrorInvalid… in InvalidShaderNVError()
6420 …ImageUsageNotSupportedKHRError( std::string const & message ) : SystemError( make_error_code( Resu… in ImageUsageNotSupportedKHRError()
6422 …ImageUsageNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result::eEr… in ImageUsageNotSupportedKHRError()
6429 : SystemError( make_error_code( Result::eErrorVideoPictureLayoutNotSupportedKHR ), message ) in VideoPictureLayoutNotSupportedKHRError()
6433 …VideoPictureLayoutNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Res… in VideoPictureLayoutNotSupportedKHRError()
6442 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) in VideoProfileOperationNotSupportedKHRError()
6447 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) in VideoProfileOperationNotSupportedKHRError()
6456 : SystemError( make_error_code( Result::eErrorVideoProfileFormatNotSupportedKHR ), message ) in VideoProfileFormatNotSupportedKHRError()
6460 …VideoProfileFormatNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Res… in VideoProfileFormatNotSupportedKHRError()
6469 : SystemError( make_error_code( Result::eErrorVideoProfileCodecNotSupportedKHR ), message ) in VideoProfileCodecNotSupportedKHRError()
6473 …VideoProfileCodecNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Resu… in VideoProfileCodecNotSupportedKHRError()
6479 …onNotSupportedKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in VideoStdVersionNotSupportedKHRError()
6483 …VideoStdVersionNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result… in VideoStdVersionNotSupportedKHRError()
6490 … : SystemError( make_error_code( Result::eErrorInvalidDrmFormatModifierPlaneLayoutEXT ), message ) in InvalidDrmFormatModifierPlaneLayoutEXTError()
6495 … : SystemError( make_error_code( Result::eErrorInvalidDrmFormatModifierPlaneLayoutEXT ), message ) in InvalidDrmFormatModifierPlaneLayoutEXTError()
6503 …NotPermittedKHRError( std::string const & message ) : SystemError( make_error_code( Result::eError… in NotPermittedKHRError()
6505 …NotPermittedKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorNotPerm… in NotPermittedKHRError()
6512 …lusiveModeLostEXTError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in FullScreenExclusiveModeLostEXTError()
6516 …FullScreenExclusiveModeLostEXTError( char const * message ) : SystemError( make_error_code( Result… in FullScreenExclusiveModeLostEXTError()
6523 …InvalidVideoStdParametersKHRError( std::string const & message ) : SystemError( make_error_code( R… in InvalidVideoStdParametersKHRError()
6525 …InvalidVideoStdParametersKHRError( char const * message ) : SystemError( make_error_code( Result::… in InvalidVideoStdParametersKHRError()
6531 …CompressionExhaustedEXTError( std::string const & message ) : SystemError( make_error_code( Result… in CompressionExhaustedEXTError()
6533 …CompressionExhaustedEXTError( char const * message ) : SystemError( make_error_code( Result::eErro… in CompressionExhaustedEXTError()
6539 …IncompatibleShaderBinaryEXTError( std::string const & message ) : SystemError( make_error_code( Re… in IncompatibleShaderBinaryEXTError()
6541 …IncompatibleShaderBinaryEXTError( char const * message ) : SystemError( make_error_code( Result::e… in IncompatibleShaderBinaryEXTError()
6587 default: throw SystemError( make_error_code( result ), message ); in throwResultException()