Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java54 long eglContextId = _eglCreateContext(display, config, share_context, attrib_list); in eglCreateContext() local
55 if (eglContextId == 0) { in eglCreateContext()
58 return new EGLContextImpl( eglContextId ); in eglCreateContext()