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

1 2 3

  /development/tools/emulator/opengl/system/egl/
egl_ftable.h 31 {"eglDestroySurface", (void *)eglDestroySurface},
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 31 {"eglDestroySurface", (void *)eglDestroySurface},
egl_dispatch.h 33 eglDestroySurface_t eglDestroySurface;
78 eglDestroySurface_t set_eglDestroySurface(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}
egl.cpp 119 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
121 return getDispatch()->eglDestroySurface(dpy, surface);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_ftable.h 31 {"eglDestroySurface", (void *)eglDestroySurface},
egl_dispatch.h 33 eglDestroySurface_t eglDestroySurface;
78 eglDestroySurface_t set_eglDestroySurface(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 33 eglDestroySurface_t eglDestroySurface;
WindowSurface.cpp 44 s_egl.eglDestroySurface(FrameBuffer::getFB()->getDisplay(), m_eglSurface);
281 s_egl.eglDestroySurface(fb->getDisplay(), m_eglSurface);
FrameBuffer.cpp 67 s_egl.eglDestroySurface(p_dpy, surface);
72 s_egl.eglDestroySurface(p_dpy, surface);
84 s_egl.eglDestroySurface(p_dpy, surface);
99 s_egl.eglDestroySurface(s_theFrameBuffer->m_eglDisplay,s_theFrameBuffer->m_pbufSurface);
426 s_egl.eglDestroySurface(s_theFrameBuffer->m_eglDisplay,
EGLDispatch.cpp 53 s_egl.eglDestroySurface = (eglDestroySurface_t) lib->findSymbol("eglDestroySurface");
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 104 eglDestroySurface(m_eglDisplay, m_eglSurface);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 69 FNDEF(EGLBoolean, eglDestroySurface, (EGLDisplay dpy, EGLSurface surface));
121 #define eglDestroySurface FNPTR(eglDestroySurface)
importgl.c 112 IMPORT_FUNC(eglDestroySurface);
app-linux.c 190 eglDestroySurface(sEglDisplay, sEglSurface);
app-win32.c 154 eglDestroySurface(sEglDisplay, sEglSurface);
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 154 eglDestroySurface(m_eglDisplay, m_eglSurface);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 182 eglDestroySurface(sEglDisplay, sEglSurface);
  /system/media/mca/filterfw/native/core/
gl_env.cpp 48 eglDestroySurface(display(), it->second.first);
227 eglDestroySurface(display(), surface_window_pair->first);
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 727 sEgl.eglDestroySurface(sEglDisplay, mEglSurface);
739 sEgl.eglDestroySurface(sEglDisplay, mEglSurface);
    [all...]
  /frameworks/base/libs/rs/driver/
rsdGL.cpp 137 RSD_CALL_GL(eglDestroySurface, dc->gl.egl.display, dc->gl.egl.surfaceDefault);
139 RSD_CALL_GL(eglDestroySurface, dc->gl.egl.display, dc->gl.egl.surface);
381 rsc->setWatchdogGL("eglDestroySurface", __LINE__, __FILE__);
382 ret = eglDestroySurface(dc->gl.egl.display, dc->gl.egl.surface);
383 checkEglError("eglDestroySurface", ret);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) {
154 begin("eglDestroySurface");
159 boolean result = mEgl10.eglDestroySurface(display, surface);
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 155 eglDestroySurface(engine->display, engine->surface);
  /external/webrtc/src/modules/audio_processing/main/test/android/apmtest/jni/
main.c 155 eglDestroySurface(engine->display, engine->surface);
  /frameworks/base/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 156 eglDestroySurface(mEglDisplay, mEglSurface);
801 eglDestroySurface(mEglDisplay, mEglSurface);
885 eglDestroySurface(mEglDisplay, mEglSurface);
    [all...]

Completed in 560 milliseconds

1 2 3