Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java62 long eglSurfaceId = _eglCreatePbufferSurface(display, config, attrib_list); in eglCreatePbufferSurface() local
63 if (eglSurfaceId == 0) { in eglCreatePbufferSurface()
66 return new EGLSurfaceImpl( eglSurfaceId ); in eglCreatePbufferSurface()
90 long eglSurfaceId; in eglCreateWindowSurface() local
92 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list); in eglCreateWindowSurface()
94 eglSurfaceId = _eglCreateWindowSurfaceTexture(display, config, in eglCreateWindowSurface()
102 if (eglSurfaceId == 0) { in eglCreateWindowSurface()
105 return new EGLSurfaceImpl( eglSurfaceId ); in eglCreateWindowSurface()