Searched refs:unsupportedFeature (Results 1 – 2 of 2) sorted by relevance
385 const char* unsupportedFeature = DE_NULL; in checkSupport() local415 if (!isCoreFeaturesSupported(context, localRequiredCoreFeatures, &unsupportedFeature)) in checkSupport()416 … std::string("At least following requested core feature is not supported: ") + unsupportedFeature); in checkSupport()
3059 const char* unsupportedFeature = DE_NULL; in runAndVerifyDefaultPipeline() local3076 if (!isCoreFeaturesSupported(context, localRequiredCoreFeatures, &unsupportedFeature)) in runAndVerifyDefaultPipeline()3077 … std::string("At least following requested core feature is not supported: ") + unsupportedFeature); in runAndVerifyDefaultPipeline()