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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java44 public native boolean eglTerminate(EGLDisplay display); method in class:EGLImpl
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java329 public boolean eglTerminate(EGLDisplay display) { method in class:EGLLogWrapper
330 begin("eglTerminate");
333 boolean result = mEgl10.eglTerminate(display);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java118 boolean eglTerminate(EGLDisplay display); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp684 * after eglTerminate() has been called, so that eglInitialize()
772 EGLBoolean eglTerminate(EGLDisplay dpy) function
775 // after eglTerminate() has been called. eglTerminate() only
797 if (cnx->egl.eglTerminate(dp->disp[i].dpy) == EGL_FALSE) {
798 LOGW("%d: eglTerminate(%p) failed (%s)", i, dp->disp[i].dpy,
801 // REVISIT: it's unclear what to do if eglTerminate() fails
/frameworks/base/opengl/libagl/
H A Degl.cpp1449 EGLBoolean eglTerminate(EGLDisplay dpy) function

Completed in 94 milliseconds