HomeSort by relevance Sort by last modified time
    Searched refs:stringMajor (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglInfoTests.cpp 110 const int stringMajor = toInt(versionTokens[0]);
113 if (stringMajor != dispMajor || stringMinor != dispMinor)
115 log << TestLog::Message << " Fail, version numer (" << stringMajor << "." << stringMinor
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionTest.java 511 int stringMajor = Integer.parseInt(matcher.group(1));
514 major, stringMajor);

Completed in 8739 milliseconds