Searched refs:EGLContextImpl (Results 1 – 4 of 4) sorted by relevance
22 public class EGLContextImpl extends EGLContext { class26 public EGLContextImpl(long ctx) { in EGLContextImpl() method in EGLContextImpl41 EGLContextImpl that = (EGLContextImpl) o; in equals()
27 private EGLContextImpl mContext = new EGLContextImpl(-1);58 return new EGLContextImpl( eglContextId ); in eglCreateContext()124 mContext = new EGLContextImpl(value); in eglGetCurrentContext()
94 EGLContext EGL_NO_CONTEXT = new com.google.android.gles_jni.EGLContextImpl(0);
6370 com.google.android.gles_jni.EGLContextImpl