Home
last modified time | relevance | path

Searched refs:FeaturesSet (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFeatures.cpp90 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()
DFeatures.h48 struct FeaturesSet { struct
67 FeaturesSet FeatureNamesToFeaturesSet( argument
DAdapter.h52 FeaturesSet GetSupportedFeatures() const;
66 FeaturesSet mSupportedFeatures;
DInstance.h65 FeaturesSet FeatureNamesToFeaturesSet(const std::vector<const char*>& requiredFeatures);
DAdapter.cpp92 FeaturesSet AdapterBase::GetSupportedFeatures() const { in GetSupportedFeatures()
DDawnNative.cpp102 FeaturesSet supportedFeaturesSet = mImpl->GetSupportedFeatures(); in GetSupportedFeatures()
DInstance.cpp147 FeaturesSet InstanceBase::FeatureNamesToFeaturesSet( in FeatureNamesToFeaturesSet()
DDevice.h531 FeaturesSet mEnabledFeatures;