Searched refs:getMajorVersion (Results 1 – 4 of 4) sorted by relevance
109 if (getMajorVersion(reportedVersion) < 3) in testRequiredExtensions()116 if (getMajorVersion(reportedVersion) != 3 || getMinorVersion(reportedVersion) < 1) in testRequiredExtensions()150 if (getMajorVersion(reportedVersion) != 3 || getMinorVersion(reportedVersion) < 1) { in testExtensionPack()175 int major = getMajorVersion(reportedVersion); in testOpenGlEsVersionForVrHighPerformance()330 " CDD 7.1.4.5/C-1-4", 3, getMajorVersion(reportedVersion)); in testRequiredGLESVersion()482 private static int getMajorVersion(int glEsVersion) { in getMajorVersion() method in OpenGlEsVersionTest
52 if (Egl14Utils.getMajorVersion() >= 3) { in testMapBufferRange()
37 static int getMajorVersion() { in getMajorVersion() method in Egl14Utils
70 return getMajorVersion(configInfo.reqGlEsVersion); in getGlEsVersion()77 private static int getMajorVersion(int glEsVersion) { in getMajorVersion() method in BaseAccelerationTest