Searched refs:egl_create (Results 1 – 3 of 3) sorted by relevance
27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);
165 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h) { in egl_create() function
148 if (egl_create(&display, &surface, &w, &h)) in main()