Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglInfoTests.cpp99 const int dispMinor = m_version.getMinor(); in validateString() local
113 if (stringMajor != dispMajor || stringMinor != dispMinor) in validateString()
116 …<< ") does not match the one reported by eglInitialize (" << dispMajor << "." << dispMinor << ")" … in validateString()