Searched refs:FeaturesSet (Results 1 – 8 of 8) sorted by relevance
90 void FeaturesSet::EnableFeature(Feature feature) { in EnableFeature()96 bool FeaturesSet::IsEnabled(Feature feature) const { in IsEnabled()102 std::vector<const char*> FeaturesSet::GetEnabledFeatureNames() const { in GetEnabledFeatureNames()114 void FeaturesSet::InitializeDeviceProperties(WGPUDeviceProperties* properties) const { in InitializeDeviceProperties()176 FeaturesSet FeaturesInfo::FeatureNamesToFeaturesSet( in FeatureNamesToFeaturesSet()178 FeaturesSet featuresSet; in FeatureNamesToFeaturesSet()
48 struct FeaturesSet { struct67 FeaturesSet FeatureNamesToFeaturesSet( argument
52 FeaturesSet GetSupportedFeatures() const;66 FeaturesSet mSupportedFeatures;
65 FeaturesSet FeatureNamesToFeaturesSet(const std::vector<const char*>& requiredFeatures);
92 FeaturesSet AdapterBase::GetSupportedFeatures() const { in GetSupportedFeatures()
102 FeaturesSet supportedFeaturesSet = mImpl->GetSupportedFeatures(); in GetSupportedFeatures()
147 FeaturesSet InstanceBase::FeatureNamesToFeaturesSet( in FeatureNamesToFeaturesSet()
531 FeaturesSet mEnabledFeatures;