Home
last modified time | relevance | path

Searched refs:featureNames (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mapi/new/
DgenCommon.py105 featureNames = _LIBRARY_FEATURE_NAMES[target]
106 if featureNames is None:
113 if featElem.get("name") in featureNames:
116 if featElem.get("name") in featureNames:
/third_party/skia/third_party/externals/angle2/include/platform/
DFeature.h179 void overrideFeatures(const std::vector<std::string> &featureNames, bool enabled) in overrideFeatures()
181 for (const std::string &name : featureNames) in overrideFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h289 void overrideFrontendFeatures(const std::vector<std::string> &featureNames, bool enabled);
DDisplay.cpp2162 void Display::overrideFrontendFeatures(const std::vector<std::string> &featureNames, bool enabled) in overrideFrontendFeatures() argument
2164 mFrontendFeatures.overrideFeatures(featureNames, enabled); in overrideFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp948 const std::vector<std::string> &featureNames, in LogFeatureStatus() argument
951 for (const std::string &name : featureNames) in LogFeatureStatus()