Searched refs:eglDestroyContext (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp62 eglDestroyContext(mEglDisplay, mEglContext);
H A DSurfaceTextureClient_test.cpp94 eglDestroyContext(mEglDisplay, mEglContext);
741 eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto771 eglDestroyContext = 2012;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp319 eglDestroyContext(mDisplay, mContext);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java505 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);
/frameworks/rs/driver/
H A DrsdGL.cpp167 RSD_CALL_GL(eglDestroyContext, dc->gl.egl.display, dc->gl.egl.context);
168 checkEglError("eglDestroyContext");
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp664 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function
677 EGLBoolean result = c->cnx->egl.eglDestroyContext(dp->disp.dpy, c->context);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp154 eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp444 return EglBoolToJBool(eglDestroyContext(dpy, ctx));
563 {"eglDestroyContext", "(" DISPLAY CONTEXT ")Z", (void*)jni_eglDestroyContext },
H A Dandroid_opengl_EGL14.cpp1066 /* EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx ) */
1074 _returnValue = eglDestroyContext(
1258 {"eglDestroyContext", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLContext;)Z", (void *) android_eglDestroyContext },
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java749 * An interface for customizing the eglCreateContext and eglDestroyContext calls.
772 if (!egl.eglDestroyContext(display, context)) {
/frameworks/native/opengl/libagl/
H A Degl.cpp1675 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1576 const GLMessage_Function GLMessage::eglDestroyContext; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1924 static const Function eglDestroyContext = GLMessage_Function_eglDestroyContext; member in class:android::gltrace::GLMessage

Completed in 1673 milliseconds

12