Home
last modified time | relevance | path

Searched defs:EGL_CONTEXT_CLIENT_VERSION (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/effect/src/android/effect/cts/
DGLEnv.java33 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLEnv
/cts/tests/tests/textureview/src/android/textureview/cts/
DGLProducerThread.java51 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLProducerThread
/cts/tests/tests/graphics/src/android/opengl/cts/
DOpenGlEsVersionCtsActivity.java40 private static final String EGL_CONTEXT_CLIENT_VERSION = "eglContextClientVersion"; field in OpenGlEsVersionCtsActivity
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java775 private int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLSurfaceViewCustom.DefaultContextFactory