Home
last modified time | relevance | path

Searched refs:eglDestroyContext (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/native/libs/gui/tests/
DSurfaceTextureMultiContextGL.h68 eglDestroyContext(mEglDisplay, mThirdEglContext); in TearDown()
71 eglDestroyContext(mEglDisplay, mSecondEglContext); in TearDown()
DSurfaceTextureGLToGL.h53 eglDestroyContext(mEglDisplay, mProducerEglContext); in TearDown()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DGLHelper.java39 import static android.opengl.EGL14.eglDestroyContext;
135 eglDestroyContext(eglDisplay, eglContext); in retrieveTextureSizeFromGL()
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java39 import static android.opengl.EGL14.eglDestroyContext;
237 eglDestroyContext(mEglDisplay, mEglContext); in destroyEglContext()
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyContext);
187 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyContext); in init_stub_library()
Dstubs_arm64.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyContext);
187 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyContext); in init_stub_library()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp66 eglDestroyContext(display(), it->second); in ~GLEnv()
300 eglDestroyContext(display(), *context); in ReleaseContextId()
/frameworks/native/opengl/libs/
DlibEGL.map.txt24 eglDestroyContext;
Dplatform_entries.in17 EGL_ENTRY(EGLBoolean, eglDestroyContext, EGLDisplay, EGLContext)
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec24 EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp165 eglDestroyContext(mEglDisplay, mEglContext); in eglRelease()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java104 boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp177 eglDestroyContext(sEglDisplay, sEglContext); in deinitGraphics()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp120 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) { in eglDestroyContext() function
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) { in eglDestroyContext() method in EGLLogWrapper
147 boolean result = mEgl10.eglDestroyContext(display, context); in eglDestroyContext()
DEGL14.java403 public static native boolean eglDestroyContext( in eglDestroyContext() method in EGL14
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java121 mEgl.eglDestroyContext(mEglDisplay, mEglContext); in onSurfaceTextureAvailable()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java45 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method in EGLImpl
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp171 eglDestroyContext( eglDisplay, eglContext ); in free_gl_surface()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java90 egl.eglDestroyContext(display, context); in destroyContext()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java93 egl.eglDestroyContext(display, context); in destroyContext()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java90 egl.eglDestroyContext(display, context); in destroyContext()
/frameworks/native/opengl/libs/EGL/
Degl_entries.in14 EGL_ENTRY(EGLBoolean, eglDestroyContext, EGLDisplay, EGLContext)
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java279 mEgl.eglDestroyContext(mEglDisplay, mEglContext); in finish()

12