Searched refs:eglInitialize (Results 1 - 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
H A Degl_ftable.h22 {"eglInitialize", (void *)eglInitialize},
H A Degl.cpp492 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
H A Degl_ftable.h22 {"eglInitialize", (void *)eglInitialize},
H A Degl_dispatch.h24 eglInitialize_t eglInitialize; member in struct:egl_dispatch
69 eglInitialize_t set_eglInitialize(eglInitialize_t f) { eglInitialize_t retval = eglInitialize; eglInitialize = f; return retval;}
H A Degl.cpp274 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function
276 return getDispatch()->eglInitialize(dpy, major, minor);

Completed in 12 milliseconds