Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp214 static const EGLenum dontCareAttributes[] = in fillDontCare() local
223 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()