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