Searched refs:eglTerminate (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/opengl/tests/swapinterval/
H A Dswapinterval.cpp59 eglTerminate(dpy);
75 eglTerminate(dpy);
122 eglTerminate(dpy);
/frameworks/base/opengl/tests/configdump/
H A Dconfigdump.cpp87 eglTerminate(dpy);
/frameworks/base/opengl/tests/EGLTest/
H A DEGL_test.cpp48 EGLBoolean success = eglTerminate(mEglDisplay);
/frameworks/base/opengl/tests/linetex/
H A Dlinetex.cpp113 eglTerminate(dpy);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java120 boolean eglTerminate(EGLDisplay display); method in interface:EGL10
/frameworks/base/opengl/tests/angeles/
H A Dapp-linux.cpp183 eglTerminate(sEglDisplay);
/frameworks/base/opengl/tests/fillrate/
H A Dfillrate.cpp158 eglTerminate(dpy);
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java339 public boolean eglTerminate(EGLDisplay display) { method in class:EGLLogWrapper
340 begin("eglTerminate");
343 boolean result = mEgl10.eglTerminate(display);
H A DGLSurfaceView.java1164 mEgl.eglTerminate(mEglDisplay);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java45 public native boolean eglTerminate(EGLDisplay display); method in class:EGLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Degl.h198 GLAPI EGLBoolean APIENTRY eglTerminate (EGLDisplay dpy);
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp188 eglTerminate(dpy);
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp176 eglTerminate( eglDisplay );
/frameworks/base/opengl/include/EGL/
H A Degl.h253 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
/frameworks/base/opengl/libs/EGL/
H A Degl_display.cpp175 * after eglTerminate() has been called, so that eglInitialize()
311 if (cnx->egl.eglTerminate(disp[i].dpy) == EGL_FALSE) {
312 LOGW("%d: eglTerminate(%p) failed (%s)", i, disp[i].dpy,
315 // REVISIT: it's unclear what to do if eglTerminate() fails
330 LOGW_IF(count, "eglTerminate() called w/ %d objects remaining", count);
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp287 eglTerminate( eglDisplay );
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp329 eglTerminate(mDisplay);
/frameworks/base/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp78 eglTerminate(mEglDisplay);
150 eglTerminate(dpy);
675 eglTerminate(mEglDisplay);
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp226 eglTerminate(mEglDisplay);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp301 eglTerminate(mDisplay);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java957 sEgl.eglTerminate(sEglDisplay);
/frameworks/base/libs/rs/driver/
H A DrsdGL.cpp147 RSD_CALL_GL(eglTerminate, dc->gl.egl.display);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp504 return eglTerminate(dpy);
546 {"eglTerminate", "(" DISPLAY ")Z", (void*)jni_eglTerminate },
/frameworks/base/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp159 eglTerminate(mEglDisplay);
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h457 static const Function eglTerminate = Message_Function_eglTerminate; member in class:com::android::glesv2debugger::Message

Completed in 250 milliseconds

12