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

12

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec24 EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java103 boolean eglDestroyContext(EGLDisplay display, EGLContext context); method in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp181 eglDestroyContext(sEglDisplay, sEglContext);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp63 eglDestroyContext(display(), it->second);
294 eglDestroyContext(display(), *context);
/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 DEGL14.java379 // C function EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
381 public static native boolean eglDestroyContext( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java40 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context); method in class:EGLImpl
/frameworks/base/services/jni/
H A Dcom_android_server_AssetAtlasService.cpp104 if (context != EGL_NO_CONTEXT) eglDestroyContext(display, context); \
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java90 egl.eglDestroyContext(display, context);
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java90 egl.eglDestroyContext(display, context);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java93 egl.eglDestroyContext(display, context);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp174 eglDestroyContext( eglDisplay, eglContext );
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java671 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
717 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java279 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/native/opengl/include/EGL/
H A Degl.h300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp285 eglDestroyContext( eglDisplay, eglContext );
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp222 eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java248 mEgl.eglDestroyContext(mDisplay, mContext);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java347 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp121 eglDestroyContext(mDisplay, mContext);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp91 eglDestroyContext(mEglDisplay, mEglContext);
735 eglDestroyContext(mEglDisplay, mEglContext);
H A DSurfaceTexture_test.cpp148 eglDestroyContext(mEglDisplay, mEglContext);
1492 eglDestroyContext(mEglDisplay, mProducerEglContext);
2441 eglDestroyContext(mEglDisplay, mThirdEglContext);
2444 eglDestroyContext(mEglDisplay, mSecondEglContext);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto581 eglDestroyContext = 2012;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp308 eglDestroyContext(mDisplay, mContext);

Completed in 576 milliseconds

12