Home
last modified time | relevance | path

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

/hardware/libhardware/tests/hwc/
Dutil.h27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);
Dutil.c165 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h) { in egl_create() function
Dtest-arrows.c148 if (egl_create(&display, &surface, &w, &h)) in main()