Searched refs:eglSurfaceId (Results 1 – 1 of 1) sorted by relevance
62 long eglSurfaceId = _eglCreatePbufferSurface(display, config, attrib_list); in eglCreatePbufferSurface() local63 if (eglSurfaceId == 0) { in eglCreatePbufferSurface()66 return new EGLSurfaceImpl( eglSurfaceId ); in eglCreatePbufferSurface()90 long eglSurfaceId; in eglCreateWindowSurface() local92 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()