Searched refs:getGlEsVersion (Results 1 – 4 of 4) sorted by relevance
33 if (getGlEsVersion(mActivity) >= 2) { in testIsHardwareAccelerated()
36 if (getGlEsVersion(mActivity) >= 2) { in testIsHardwareAccelerated()
65 protected static int getGlEsVersion(Context context) { in getGlEsVersion() method in BaseAccelerationTest
349 return featureInfo.getGlEsVersion(); in getOpenGlEsVersion()