Searched refs:EGLSurfaceImpl (Results 1 – 5 of 5) sorted by relevance
21 public class EGLSurfaceImpl extends EGLSurface { class23 public EGLSurfaceImpl() { in EGLSurfaceImpl() method in EGLSurfaceImpl26 public EGLSurfaceImpl(long surface) { in EGLSurfaceImpl() method in EGLSurfaceImpl35 EGLSurfaceImpl that = (EGLSurfaceImpl) o; in equals()
29 private EGLSurfaceImpl mSurface = new EGLSurfaceImpl(-1);66 return new EGLSurfaceImpl( eglSurfaceId ); in eglCreatePbufferSurface()70 EGLSurfaceImpl sur = new EGLSurfaceImpl(); in eglCreatePixmapSurface()105 return new EGLSurfaceImpl( eglSurfaceId ); in eglCreateWindowSurface()144 mSurface = new EGLSurfaceImpl(value); in eglGetCurrentSurface()
96 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0);
5566 com.google.android.gles_jni.EGLSurfaceImpl
25631 HSPLcom/google/android/gles_jni/EGLSurfaceImpl;-><init>(J)V38624 Lcom/google/android/gles_jni/EGLSurfaceImpl;