Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 17 of 17) sorted by relevance

/device/generic/vulkan-cereal/host-common/
Dfeature_control.cpp34 bool feature_is_enabled(Feature feature) { in feature_is_enabled()
38 void feature_set_enabled_override(Feature feature, bool isEnabled) { in feature_set_enabled_override()
42 void feature_reset_enabled_to_default(Feature feature) { in feature_reset_enabled_to_default()
47 void feature_set_if_not_overridden(Feature feature, bool enable) { in feature_set_if_not_overridden()
52 void feature_set_if_not_overridden_or_guest_disabled(Feature feature, bool enable) { in feature_set_if_not_overridden_or_guest_disabled()
/device/google/cuttlefish/host/libs/config/
Dfeature.cpp40 for (const auto& feature : features) { in RunSetup() local
48 auto add_feature = [&ordered_features](SetupFeature* feature) -> bool { in RunSetup()
55 for (auto& feature : ordered_features) { in RunSetup() local
68 auto handle = [&flags](FlagFeature* feature) -> bool { in ProcessFlags()
84 for (const auto& feature : features) { in WriteGflagsHelpXml() local
Dfeature.h84 for (const auto& feature : features) { in TopologicalVisit() local
111 for (const auto& feature : features) { in TopologicalVisit() local
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dpygenerator.py57 def addInterfaceMapping(self, api, feature, required): argument
75 def mapInterfaceKeys(self, feature, key): argument
97 def mapInterfaces(self, feature): argument
Dinterfacedocgenerator.py41 def writeNewInterfaces(self, feature, key, title, markup, fp): argument
89 def makeInterfaceFile(self, feature): argument
Dgenerator.py50 def regSortCategoryKey(feature): argument
68 def regSortOrderKey(feature): argument
75 def regSortFeatureVersionKey(feature): argument
82 def regSortExtensionNumberKey(feature): argument
Dreg.py785 def markRequired(self, featurename, feature, required): argument
/device/generic/vulkan-cereal/protocols/vulkan/scripts/
Dinterfacedocgenerator.py41 def writeNewInterfaces(self, feature, key, title, markup, fp): argument
89 def makeInterfaceFile(self, feature): argument
Dscriptgenerator.py75 def addInterfaceMapping(self, api, feature, required): argument
93 def mapInterfaceKeys(self, feature, key): argument
115 def mapInterfaces(self, feature): argument
Dgenerator.py53 def regSortCategoryKey(feature): argument
71 def regSortOrderKey(feature): argument
78 def regSortFeatureVersionKey(feature): argument
85 def regSortExtensionNumberKey(feature): argument
Dreg.py796 def markRequired(self, featurename, feature, required): argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/
Ddispatch.py203 def syncFeatureQuiet(self, cgen, feature): argument
211 def syncFeature(self, cgen, feature): argument
325 def emit_check_impl(cgen, dispatchVar, feature, featureToCheck, apiName): argument
/device/generic/vulkan-cereal/third-party/angle/include/platform/
DFeature.h16 #define ANGLE_FEATURE_CONDITION(set, feature, cond) \ argument
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DState.cpp1093 void State::setEnableFeature(GLenum feature, bool enabled) in setEnableFeature()
1234 void State::setEnableFeatureIndexed(GLenum feature, bool enabled, GLuint index) in setEnableFeatureIndexed()
1374 bool State::getEnableFeatureIndexed(GLenum feature, GLuint index) const in getEnableFeatureIndexed()
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dvulkantypes.py671 …me, members, isUnion=False, structEnumExpr=None, structExtendsExpr=None, feature=None, initialEnv=… argument
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_hal.cpp1067 GetFeatureSetCommand(wifi_interface_handle handle, int feature, feature_set *set, in GetFeatureSetCommand()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp5745 VkPhysicalDeviceFeatures feature; in needEmulatedEtc2() local
5755 VkPhysicalDeviceFeatures feature; in needEmulatedAstc() local