Searched refs:EGLContextImpl (Results 1 – 3 of 3) 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);