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

1 2 3 4 5

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 43 {"eglDestroyContext", (void *)eglDestroyContext},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 43 {"eglDestroyContext", (void *)eglDestroyContext},
egl_dispatch.h 45 eglDestroyContext_t eglDestroyContext;
90 eglDestroyContext_t set_eglDestroyContext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f; return retval;}
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 43 {"eglDestroyContext", (void *)eglDestroyContext},
egl_dispatch.h 45 eglDestroyContext_t eglDestroyContext;
90 eglDestroyContext_t set_eglDestroyContext(eglDestroyContext_t f) { eglDestroyContext_t retval = eglDestroyContext; eglDestroyContext = f; return retval;}
egl.cpp 179 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
181 return getDispatch()->eglDestroyContext(dpy, ctx);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 74 s_egl.eglDestroyContext(FrameBuffer::getFB()->getDisplay(), m_ctx);
EGLDispatch.h 45 eglDestroyContext_t eglDestroyContext;
EGLDispatch.cpp 59 s_egl.eglDestroyContext = (eglDestroyContext_t) lib->findSymbol("eglDestroyContext");
FrameBuffer.cpp 73 s_egl.eglDestroyContext(p_dpy, ctx);
83 s_egl.eglDestroyContext(p_dpy, ctx);
97 s_egl.eglDestroyContext(s_theFrameBuffer->m_eglDisplay,s_theFrameBuffer->m_eglContext);
98 s_egl.eglDestroyContext(s_theFrameBuffer->m_eglDisplay,s_theFrameBuffer->m_pbufContext);
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 40 eglDestroyContext(fDisplay, fContext);
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 41 eglDestroyContext(fDisplay, fContext);
  /sdk/emulator/opengl/tests/ut_renderer/
RendererContext.cpp 37 eglDestroyContext(m_dpy, m_ctx);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 68 FNDEF(EGLBoolean, eglDestroyContext, (EGLDisplay dpy, EGLContext ctx));
120 #define eglDestroyContext FNPTR(eglDestroyContext)
importgl.c 111 IMPORT_FUNC(eglDestroyContext);
app-linux.c 189 eglDestroyContext(sEglDisplay, sEglContext);
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 98 egl.eglDestroyContext(mEGLDisplay, mEGLContext);
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 127 EGL14.eglDestroyContext(mEGLDisplay, mEGLContext);
OutputSurface.java 192 mEGL.eglDestroyContext(mEGLDisplay, mEGLContext);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 24 EGLBoolean eglDestroyContext ( EGLDisplay dpy, EGLContext ctx )
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 111 eglDestroyContext(mEglDisplay, mEglContext);
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 136 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 103 boolean eglDestroyContext(EGLDisplay display, EGLContext context);
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 181 eglDestroyContext(sEglDisplay, sEglContext);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 61 eglDestroyContext(display(), it->second);
292 eglDestroyContext(display(), *context);

Completed in 812 milliseconds

1 2 3 4 5