Searched refs:dontCareAttributes (Results 1 – 1 of 1) sorted by relevance
214 static const EGLenum dontCareAttributes[] = in fillDontCare() local223 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(dontCareAttributes); ndx++) in fillDontCare()227 if (attributes[findNdx].first == dontCareAttributes[ndx]) found = true; in fillDontCare()229 if (!found) attributes.push_back(std::make_pair(dontCareAttributes[ndx], EGL_DONT_CARE)); in fillDontCare()