Searched refs:eglInitialize (Results 51 - 55 of 55) sorted by relevance

123

/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp171 /* EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor ) */
225 _returnValue = eglInitialize(
1211 {"eglInitialize", "(Landroid/opengl/EGLDisplay;[II[II)Z", (void *) android_eglInitialize },
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp277 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function
825 // could be called before eglInitialize(), but we wouldn't have a context
836 // could be called before eglInitialize(), but we wouldn't have a context
856 // could be called before eglInitialize(), but we wouldn't have a context
/frameworks/native/opengl/libagl/
H A Degl.cpp1424 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp457 eglInitialize(mEGLDisplay, NULL, NULL);
H A DSurfaceFlinger_hwc1.cpp454 eglInitialize(mEGLDisplay, NULL, NULL);

Completed in 3450 milliseconds

123