HomeSort by relevance Sort by last modified time
    Searched refs:eglDestroyContext (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 348 eglDestroyContext(m_display, context);
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 222 eglDestroyContext(mEglDisplay, mEglContext);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 348 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 348 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 451 eglDestroyContext(d,ctx);
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 86 eglDestroyContext(mEglDisplay, mEglContext);
708 eglDestroyContext(mEglDisplay, mEglContext);
SurfaceTexture_test.cpp 145 eglDestroyContext(mEglDisplay, mEglContext);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 818 EGLBoolean __stdcall eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 305 eglDestroyContext(mDisplay, mContext);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 559 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /frameworks/rs/driver/
rsdGL.cpp 169 RSD_CALL_GL(eglDestroyContext, dc->gl.egl.display, dc->gl.egl.context);
170 checkEglError("eglDestroyContext");
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 424 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
437 EGLBoolean result = c->cnx->egl.eglDestroyContext(dp->disp.dpy, c->context);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 185 eglDestroyContext(154, 154),
384 case 154: return eglDestroyContext;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 695 * An interface for customizing the eglCreateContext and eglDestroyContext calls.
718 egl.eglDestroyContext(display, context);
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 153 eglDestroyContext(mEglDisplay, mEglContext);
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java     [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 441 return eglDestroyContext(dpy, ctx);
560 {"eglDestroyContext", "(" DISPLAY CONTEXT ")Z", (void*)jni_eglDestroyContext },
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 754 * An interface for customizing the eglCreateContext and eglDestroyContext calls.
777 if (!egl.eglDestroyContext(display, context)) {
    [all...]
  /sdk/emulator/opengl/system/egl/
egl.cpp 895 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 479 eglDestroyContext(449, 2012),
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 660 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay display, EGLContext context) {
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /prebuilts/sdk/11/
android.jar 

Completed in 1959 milliseconds

1 23 4