Home
last modified time | relevance | path

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

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