Searched refs:solidfill_stages (Results 1 – 1 of 1) sorted by relevance
334 string solidfill_stages = "dim_layer_v1_max_layers="; in ParseCapabilities() local415 } else if (line.find(solidfill_stages) != string::npos) { in ParseCapabilities()416 crtc_info_.max_solidfill_stages = std::stoi(string(line, solidfill_stages.length())); in ParseCapabilities()