Lines Matching refs:make_error_code
6061 VULKAN_HPP_INLINE std::error_code make_error_code( Result e ) VULKAN_HPP_NOEXCEPT in make_error_code() function
6074 …OutOfHostMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfHostMemoryError()
6075 …OutOfHostMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfHo… in OutOfHostMemoryError()
6081 …OutOfDeviceMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in OutOfDeviceMemoryError()
6082 …OutOfDeviceMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOf… in OutOfDeviceMemoryError()
6088 …InitializationFailedError( std::string const & message ) : SystemError( make_error_code( Result::e… in InitializationFailedError()
6089 …InitializationFailedError( char const * message ) : SystemError( make_error_code( Result::eErrorIn… in InitializationFailedError()
6095 …DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDevic… in DeviceLostError()
6096 …DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost )… in DeviceLostError()
6102 …MemoryMapFailedError( std::string const & message ) : SystemError( make_error_code( Result::eError… in MemoryMapFailedError()
6103 …MemoryMapFailedError( char const * message ) : SystemError( make_error_code( Result::eErrorMemoryM… in MemoryMapFailedError()
6109 …LayerNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eError… in LayerNotPresentError()
6110 …LayerNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorLayerNo… in LayerNotPresentError()
6116 …ExtensionNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eE… in ExtensionNotPresentError()
6117 …ExtensionNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorExt… in ExtensionNotPresentError()
6123 …FeatureNotPresentError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in FeatureNotPresentError()
6124 …FeatureNotPresentError( char const * message ) : SystemError( make_error_code( Result::eErrorFeatu… in FeatureNotPresentError()
6130 …IncompatibleDriverError( std::string const & message ) : SystemError( make_error_code( Result::eEr… in IncompatibleDriverError()
6131 …IncompatibleDriverError( char const * message ) : SystemError( make_error_code( Result::eErrorInco… in IncompatibleDriverError()
6137 …TooManyObjectsError( std::string const & message ) : SystemError( make_error_code( Result::eErrorT… in TooManyObjectsError()
6138 …TooManyObjectsError( char const * message ) : SystemError( make_error_code( Result::eErrorTooManyO… in TooManyObjectsError()
6144 …FormatNotSupportedError( std::string const & message ) : SystemError( make_error_code( Result::eEr… in FormatNotSupportedError()
6145 …FormatNotSupportedError( char const * message ) : SystemError( make_error_code( Result::eErrorForm… in FormatNotSupportedError()
6151 …FragmentedPoolError( std::string const & message ) : SystemError( make_error_code( Result::eErrorF… in FragmentedPoolError()
6152 …FragmentedPoolError( char const * message ) : SystemError( make_error_code( Result::eErrorFragment… in FragmentedPoolError()
6158 …UnknownError( std::string const & message ) : SystemError( make_error_code( Result::eErrorUnknown … in UnknownError()
6159 …UnknownError( char const * message ) : SystemError( make_error_code( Result::eErrorUnknown ), mess… in UnknownError()
6165 …OutOfPoolMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfPoolMemoryError()
6166 …OutOfPoolMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPo… in OutOfPoolMemoryError()
6172 …InvalidExternalHandleError( std::string const & message ) : SystemError( make_error_code( Result::… in InvalidExternalHandleError()
6173 …InvalidExternalHandleError( char const * message ) : SystemError( make_error_code( Result::eErrorI… in InvalidExternalHandleError()
6179 …FragmentationError( std::string const & message ) : SystemError( make_error_code( Result::eErrorFr… in FragmentationError()
6180 …FragmentationError( char const * message ) : SystemError( make_error_code( Result::eErrorFragmenta… in FragmentationError()
6186 …InvalidOpaqueCaptureAddressError( std::string const & message ) : SystemError( make_error_code( Re… in InvalidOpaqueCaptureAddressError()
6187 …InvalidOpaqueCaptureAddressError( char const * message ) : SystemError( make_error_code( Result::e… in InvalidOpaqueCaptureAddressError()
6193 …SurfaceLostKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorS… in SurfaceLostKHRError()
6194 …SurfaceLostKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorSurfaceL… in SurfaceLostKHRError()
6200 …NativeWindowInUseKHRError( std::string const & message ) : SystemError( make_error_code( Result::e… in NativeWindowInUseKHRError()
6201 …NativeWindowInUseKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorNa… in NativeWindowInUseKHRError()
6207 …OutOfDateKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErrorOut… in OutOfDateKHRError()
6208 …OutOfDateKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfDateK… in OutOfDateKHRError()
6214 …IncompatibleDisplayKHRError( std::string const & message ) : SystemError( make_error_code( Result:… in IncompatibleDisplayKHRError()
6215 …IncompatibleDisplayKHRError( char const * message ) : SystemError( make_error_code( Result::eError… in IncompatibleDisplayKHRError()
6221 …ValidationFailedEXTError( std::string const & message ) : SystemError( make_error_code( Result::eE… in ValidationFailedEXTError()
6222 …ValidationFailedEXTError( char const * message ) : SystemError( make_error_code( Result::eErrorVal… in ValidationFailedEXTError()
6228 …InvalidShaderNVError( std::string const & message ) : SystemError( make_error_code( Result::eError… in InvalidShaderNVError()
6229 …InvalidShaderNVError( char const * message ) : SystemError( make_error_code( Result::eErrorInvalid… in InvalidShaderNVError()
6236 …ImageUsageNotSupportedKHRError( std::string const & message ) : SystemError( make_error_code( Resu… in ImageUsageNotSupportedKHRError()
6237 …ImageUsageNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result::eEr… in ImageUsageNotSupportedKHRError()
6246 : SystemError( make_error_code( Result::eErrorVideoPictureLayoutNotSupportedKHR ), message ) in VideoPictureLayoutNotSupportedKHRError()
6249 …VideoPictureLayoutNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Res… in VideoPictureLayoutNotSupportedKHRError()
6260 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) in VideoProfileOperationNotSupportedKHRError()
6264 … : SystemError( make_error_code( Result::eErrorVideoProfileOperationNotSupportedKHR ), message ) in VideoProfileOperationNotSupportedKHRError()
6275 : SystemError( make_error_code( Result::eErrorVideoProfileFormatNotSupportedKHR ), message ) in VideoProfileFormatNotSupportedKHRError()
6278 …VideoProfileFormatNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Res… in VideoProfileFormatNotSupportedKHRError()
6289 : SystemError( make_error_code( Result::eErrorVideoProfileCodecNotSupportedKHR ), message ) in VideoProfileCodecNotSupportedKHRError()
6292 …VideoProfileCodecNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Resu… in VideoProfileCodecNotSupportedKHRError()
6300 …onNotSupportedKHRError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in VideoStdVersionNotSupportedKHRError()
6303 …VideoStdVersionNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result… in VideoStdVersionNotSupportedKHRError()
6311 … : SystemError( make_error_code( Result::eErrorInvalidDrmFormatModifierPlaneLayoutEXT ), message ) in InvalidDrmFormatModifierPlaneLayoutEXTError()
6315 … : SystemError( make_error_code( Result::eErrorInvalidDrmFormatModifierPlaneLayoutEXT ), message ) in InvalidDrmFormatModifierPlaneLayoutEXTError()
6323 …NotPermittedKHRError( std::string const & message ) : SystemError( make_error_code( Result::eError… in NotPermittedKHRError()
6324 …NotPermittedKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorNotPerm… in NotPermittedKHRError()
6331 …lusiveModeLostEXTError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in FullScreenExclusiveModeLostEXTError()
6334 …FullScreenExclusiveModeLostEXTError( char const * message ) : SystemError( make_error_code( Result… in FullScreenExclusiveModeLostEXTError()
6341 …CompressionExhaustedEXTError( std::string const & message ) : SystemError( make_error_code( Result… in CompressionExhaustedEXTError()
6342 …CompressionExhaustedEXTError( char const * message ) : SystemError( make_error_code( Result::eErro… in CompressionExhaustedEXTError()
6398 default: throw SystemError( make_error_code( result ) ); in throwResultException()