HomeSort by relevance Sort by last modified time
    Searched refs:eglDestroyContext (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) {
142 begin("eglDestroyContext");
147 boolean result = mEgl10.eglDestroyContext(display, context);
EGL14.java 380 // C function EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
382 public static native boolean eglDestroyContext(
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 153 eglDestroyContext(sEglDisplay, sEglContext);
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 122 egl.eglDestroyContext(display, context);
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 152 eglDestroyContext(engine->display, engine->context);
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 152 eglDestroyContext(engine->display, engine->context);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 40 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 213 GLAPI EGLBoolean APIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 90 egl.eglDestroyContext(display, context);
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 90 egl.eglDestroyContext(display, context);
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 93 egl.eglDestroyContext(display, context);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 174 eglDestroyContext( eglDisplay, eglContext );
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 162 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /packages/apps/Gallery2/src/com/android/camera/
MosaicPreviewRenderer.java 163 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 506 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
512 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 604 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
650 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
  /frameworks/native/opengl/include/EGL/
egl.h 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 285 eglDestroyContext( eglDisplay, eglContext );
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 276 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 113 egl.eglDestroyContext(display, context);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 195 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 300 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);

Completed in 1796 milliseconds

12 3 4 5