HomeSort by relevance Sort by last modified time
    Searched defs:eglDestroyContext (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /cts/tests/tests/opengl/src/android/opengl/cts/
EglContextTest.java 51 EGL14.eglDestroyContext(eglDisplay, eglContext);
EglSurfacesTest.java 80 egl.eglDestroyContext(display, context);
Egl14Utils.java 105 EGL14.eglDestroyContext(eglDisplay, eglContext);
  /cts/tests/tests/hardware/src/android/hardware/cts/
HardwareBufferTest.java 92 EGL14.eglDestroyContext(eglDisplay, eglContext);
Egl14Utils.java 83 EGL14.eglDestroyContext(eglDisplay, eglContext);
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 98 egl.eglDestroyContext(mEGLDisplay, mEGLContext);
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 120 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 186 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 122 egl.eglDestroyContext(display, context);
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 148 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);
OutputSurface.java 182 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);
  /cts/tests/tests/view/src/android/view/cts/
GLProducerThread.java 135 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 51 EGLBoolean (*eglDestroyContext)(EGLDisplay dpy, EGLContext ctx);
main.cpp 471 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
597 this->eglDestroyContext = egl::DestroyContext;
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase10.java 226 egl.eglDestroyContext(eglDisplay, eglContext);
EglBase14.java 170 EGL14.eglDestroyContext(eglDisplay, eglContext);
  /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);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 40 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context);
  /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/support/heifwriter/src/main/java/androidx/heifwriter/
EglWindowSurface.java 148 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);
  /packages/apps/Camera2/src/com/android/camera/data/
GlideFilmstripManager.java 284 EGL14.eglDestroyContext(eglDisplay, eglContext);
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 127 egl.eglDestroyContext(display, context);
147 egl.eglDestroyContext(display, context);
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 99 egl.eglDestroyContext(display, context);

Completed in 1789 milliseconds

1 2 3 4