Searched refs:EGLContextImpl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLContextImpl.java22 public class EGLContextImpl extends EGLContext { class in inherits:EGLContext
26 public EGLContextImpl(int ctx) { method in class:EGLContextImpl
41 EGLContextImpl that = (EGLContextImpl) o;
H A DEGLImpl.java27 private EGLContextImpl mContext = new EGLContextImpl(-1);
58 return new EGLContextImpl( eglContextId );
124 mContext = new EGLContextImpl(value);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java94 EGLContext EGL_NO_CONTEXT = new com.google.android.gles_jni.EGLContextImpl(0);

Completed in 1149 milliseconds