Searched refs:getGlesMajorVersion (Results 1 – 1 of 1) sorted by relevance
1639 configCommandLine.append(getGlesMajorVersion()); in isSupportedGlesRenderConfig()1774 return isSupportedGles(mDevice, getGlesMajorVersion(), getGlesMinorVersion()); in isSupportedGles()1780 private int getGlesMajorVersion() throws DeviceNotAvailableException { in getGlesMajorVersion() method in DeqpTestRunner