Searched refs:max_blendstages (Results 1 – 1 of 1) sorted by relevance
314 string max_blendstages = "max_blendstages="; in ParseCapabilities() local360 if (line.find(max_blendstages) != string::npos) { in ParseCapabilities()361 crtc_info_.max_blend_stages = std::stoi(string(line, max_blendstages.length())); in ParseCapabilities()