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

12

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL.h67 eglDestroyContext(mEglDisplay, mThirdEglContext);
70 eglDestroyContext(mEglDisplay, mSecondEglContext);
H A DSurfaceTextureGLToGL.h51 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.cpp166 eglDestroyContext(mEglDisplay, mEglContext);
/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);
297 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.java398 // C function EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
400 public static native boolean eglDestroyContext( method in class:EGL14
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp221 eglDestroyContext(mEglDisplay, mEglContext);
/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/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp85 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.cpp175 eglDestroyContext( eglDisplay, eglContext );
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java650 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
696 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.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/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);

Completed in 1250 milliseconds

12