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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLSurfaceImpl.java21 public class EGLSurfaceImpl extends EGLSurface { class in inherits:EGLSurface
24 public EGLSurfaceImpl() { method in class:EGLSurfaceImpl
28 public EGLSurfaceImpl(int surface) { method in class:EGLSurfaceImpl
38 EGLSurfaceImpl that = (EGLSurfaceImpl) o;
H A DEGLImpl.java29 private EGLSurfaceImpl mSurface = new EGLSurfaceImpl(-1);
66 return new EGLSurfaceImpl( eglSurfaceId );
70 EGLSurfaceImpl sur = new EGLSurfaceImpl();
105 return new EGLSurfaceImpl( eglSurfaceId );
144 mSurface = new EGLSurfaceImpl(value);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java95 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0);

Completed in 54 milliseconds