Searched refs:eglDestroyContext (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/opengl/tests/angeles/
H A Dapp-linux.cpp174 eglDestroyContext(sEglDisplay, sEglContext);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java39 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java103 boolean eglDestroyContext(EGLDisplay display, EGLContext context); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) { method in class:EGLLogWrapper
142 begin("eglDestroyContext");
147 boolean result = mEgl10.eglDestroyContext(display, context);
H A DGLSurfaceView.java665 * An interface for customizing the eglCreateContext and eglDestroyContext calls.
688 if (!egl.eglDestroyContext(display, context)) {
693 throw new RuntimeException("eglDestroyContext failed: "
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Degl.h213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java90 egl.eglDestroyContext(display, context);
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java93 egl.eglDestroyContext(display, context);
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp174 eglDestroyContext( eglDisplay, eglContext );
/frameworks/base/opengl/include/EGL/
H A Degl.h301 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp286 eglDestroyContext( eglDisplay, eglContext );
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp269 eglDestroyContext(mDisplay, mContext);
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp1072 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function
1081 EGLBoolean result = c->cnx->egl.eglDestroyContext(
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp418 return eglDestroyContext(dpy, ctx);
534 {"eglDestroyContext", "(" DISPLAY CONTEXT ")Z", (void*)jni_eglDestroyContext },
/frameworks/base/libs/rs/
H A DrsContext.cpp120 eglDestroyContext(mEGL.mDisplay, mEGL.mContext);
121 checkEglError("eglDestroyContext");
/frameworks/base/core/java/android/view/
H A DViewRoot.java401 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/base/opengl/libagl/
H A Degl.cpp1728 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function

Completed in 158 milliseconds