Home
last modified time | relevance | path

Searched refs:getGlVersion (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGraphicsDeviceInfo.java70 store.addResult("gl_version", stubActivity.getGlVersion()); in collectDeviceInfo()
DGlesStubActivity.java121 int getGlVersion() { in getGlVersion() method in GlesStubActivity
/cts/tests/tests/opengl/src/android/opengl/cts/
DFramebufferTest.java71 if (eglCore.getGlVersion() < 3) { in testBlitFramebuffer()
438 public int getGlVersion() { in getGlVersion() method in FramebufferTest.EglCore