Searched refs:eglSurfaceId (Results 1 – 1 of 1) sorted by relevance
71 long eglSurfaceId = _eglCreatePbufferSurface(display, config, attrib_list); in eglCreatePbufferSurface() local72 if (eglSurfaceId == 0) { in eglCreatePbufferSurface()75 return new EGLSurfaceImpl( eglSurfaceId ); in eglCreatePbufferSurface()99 long eglSurfaceId; in eglCreateWindowSurface() local101 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()