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.java236 public boolean eglInitialize(EGLDisplay display, int[] major_minor) { method in class:EGLLogWrapper
237 begin("eglInitialize");
240 boolean result = mEgl10.eglInitialize(display, major_minor);
303 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.cpp642 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function
666 #warning "Adreno-130 eglInitialize() workaround"
670 * after eglTerminate() has been called, so that eglInitialize()
672 * eglGetDisplay() before calling eglInitialize();
682 if (cnx->egl.eglInitialize(idpy, &cnx->major, &cnx->minor)) {
700 LOGW("%d: eglInitialize(%p) failed (%s)", i, idpy,
1200 // could be called before eglInitialize(), but we wouldn't have a context
1209 // could be called before eglInitialize(), but we wouldn't have a context
1227 // could be called before eglInitialize(), but we wouldn't have a context
1241 // could be called before eglInitialize(), bu
[all...]
/frameworks/base/opengl/libagl/
H A Degl.cpp1456 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function

Completed in 77 milliseconds