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.java71 long eglSurfaceId = _eglCreatePbufferSurface(display, config, attrib_list); in eglCreatePbufferSurface() local
72 if (eglSurfaceId == 0) { in eglCreatePbufferSurface()
75 return new EGLSurfaceImpl( eglSurfaceId ); in eglCreatePbufferSurface()
99 long eglSurfaceId; in eglCreateWindowSurface() local
101 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list); in eglCreateWindowSurface()
103 eglSurfaceId = _eglCreateWindowSurfaceTexture(display, config, in eglCreateWindowSurface()
111 if (eglSurfaceId == 0) { in eglCreateWindowSurface()
114 return new EGLSurfaceImpl( eglSurfaceId ); in eglCreateWindowSurface()