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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java32 public native boolean eglInitialize(EGLDisplay display, int[] major_minor); method in class:EGLImpl
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java252 public boolean eglInitialize(EGLDisplay display, int[] major_minor) { method in class:EGLLogWrapper
253 begin("eglInitialize");
256 boolean result = mEgl10.eglInitialize(display, major_minor);
319 begin("eglInitialize");
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java112 boolean eglInitialize(EGLDisplay display, int[] major_minor); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp653 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function
680 #warning "Adreno-130 eglInitialize() workaround"
684 * after eglTerminate() has been called, so that eglInitialize()
686 * eglGetDisplay() before calling eglInitialize();
696 if (cnx->egl.eglInitialize(idpy, &cnx->major, &cnx->minor)) {
714 LOGW("%d: eglInitialize(%p) failed (%s)", i, idpy,
1296 // could be called before eglInitialize(), but we wouldn't have a context
1305 // could be called before eglInitialize(), but we wouldn't have a context
1323 // could be called before eglInitialize(), but we wouldn't have a context
1337 // could be called before eglInitialize(), bu
[all...]
/frameworks/base/opengl/libagl/
H A Degl.cpp1428 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function

Completed in 36 milliseconds