Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp216 static const EGLenum dontCareAttributes[] = in fillDontCare() local
225 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(dontCareAttributes); ndx++) in fillDontCare()
229 if (attributes[findNdx].first == dontCareAttributes[ndx]) found = true; in fillDontCare()
231 if (!found) attributes.push_back(std::make_pair(dontCareAttributes[ndx], EGL_DONT_CARE)); in fillDontCare()

Completed in 1 milliseconds