Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dgraphics_flags.cc164 std::vector<std::string> enable_feature_strings; in GetNeededAngleFeatures() local
167 enable_feature_strings.push_back("preferLinearFilterForYUV"); in GetNeededAngleFeatures()
170 enable_feature_strings.push_back("mapUnspecifiedColorSpaceToPassThrough"); in GetNeededAngleFeatures()
178 android::base::Join(enable_feature_strings, ':'), in GetNeededAngleFeatures()