Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java39 import static android.opengl.EGL14.eglDestroyContext;
135 eglDestroyContext(eglDisplay, eglContext); in retrieveTextureSizeFromGL()
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp66 eglDestroyContext(display(), it->second); in ~GLEnv()
300 eglDestroyContext(display(), *context); in ReleaseContextId()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java105 boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) { in eglDestroyContext() method in EGLLogWrapper
147 boolean result = mEgl10.eglDestroyContext(display, context); in eglDestroyContext()
H A DEGL14.java404 public static native boolean eglDestroyContext( in eglDestroyContext() method in EGL14
H A DGLSurfaceView.java803 if (!egl.eglDestroyContext(display, context)) { in destroyContext()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java121 mEgl.eglDestroyContext(mEglDisplay, mEglContext); in onSurfaceTextureAvailable()
H A DGLTextureViewActivity.java347 mEgl.eglDestroyContext(mEglDisplay, mEglContext); in finishGL()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java45 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method in EGLImpl
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java279 mEgl.eglDestroyContext(mEglDisplay, mEglContext); in finish()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java300 mEgl.eglDestroyContext(mEglDisplay, mEglContext); in finishGL()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java248 mEgl.eglDestroyContext(mDisplay, mContext); in release()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp521 eglDestroyContext(mEglDisplay, mEglContext); in destroy()
/aosp14/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp385 return EglBoolToJBool(eglDestroyContext(dpy, ctx)); in jni_eglDestroyContext()
H A Dandroid_opengl_EGL14.cpp1058 _returnValue = eglDestroyContext( in android_eglDestroyContext()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java661 EGL14.eglDestroyContext(mEglDisplay, mEglContext);
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp830 eglDestroyContext(mDisplay, mContext); in threadLoop()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java2672 egl.eglDestroyContext(display, context);
2692 egl.eglDestroyContext(display, context);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29436 …method public static boolean eglDestroyContext(android.opengl.EGLDisplay, android.opengl.EGLContex…
60869 …method public boolean eglDestroyContext(javax.microedition.khronos.egl.EGLDisplay, javax.microedit…