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

12

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL.h68 eglDestroyContext(mEglDisplay, mThirdEglContext);
71 eglDestroyContext(mEglDisplay, mSecondEglContext);
H A DSurfaceTextureGLToGL.h53 eglDestroyContext(mEglDisplay, mProducerEglContext);
H A DGLTest.cpp122 eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec24 EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp165 eglDestroyContext(mEglDisplay, mEglContext);
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp126 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) { function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java104 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.cpp66 eglDestroyContext(display(), it->second);
300 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.java399 // C function EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
401 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/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java121 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
H A DGLTextureViewActivity.java347 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
/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.cpp175 eglDestroyContext( eglDisplay, eglContext );
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp252 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.cpp286 eglDestroyContext( eglDisplay, eglContext );
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java248 mEgl.eglDestroyContext(mDisplay, mContext);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java300 mEgl.eglDestroyContext(mEglDisplay, mEglContext);

Completed in 4999 milliseconds

12