Searched defs:eglInitialize (Results 1 - 8 of 8) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp1397 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp224 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) function
802 // could be called before eglInitialize(), but we wouldn't have a context
813 // could be called before eglInitialize(), but we wouldn't have a context
833 // could be called before eglInitialize(), but we wouldn't have a context
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1565 const GLMessage_Function GLMessage::eglInitialize; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1913 static const Function eglInitialize = GLMessage_Function_eglInitialize; member in class:android::gltrace::GLMessage
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java31 public native boolean eglInitialize(EGLDisplay display, int[] major_minor); method in class:EGLImpl
/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/java/android/opengl/
H A DEGL14.java170 // C function EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor )
172 public static native boolean eglInitialize( method in class:EGL14
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);

Completed in 353 milliseconds