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

1 2 3 4

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 31 {"eglDestroySurface", (void *)eglDestroySurface},
  /device/generic/goldfish/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;}
  /sdk/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);
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 45 eglDestroySurface(fDisplay, fSurface);
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 46 eglDestroySurface(fDisplay, fSurface);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 33 eglDestroySurface_t eglDestroySurface;
WindowSurface.cpp 44 s_egl.eglDestroySurface(FrameBuffer::getFB()->getDisplay(), m_eglSurface);
201 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);
457 s_egl.eglDestroySurface(s_theFrameBuffer->m_eglDisplay,
EGLDispatch.cpp 47 s_egl.eglDestroySurface = (eglDestroySurface_t) lib->findSymbol("eglDestroySurface");
  /sdk/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);
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 97 egl.eglDestroySurface(mEGLDisplay, mEGLSurface);
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 126 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
OutputSurface.java 191 mEGL.eglDestroySurface(mEGLDisplay, mEGLSurface);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 114 eglDestroySurface(mEglDisplay, mEglSurface);
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 137 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 182 eglDestroySurface(sEglDisplay, sEglSurface);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 48 eglDestroySurface(display(), it->second.first);
228 eglDestroySurface(display(), surface_window_pair->first);

Completed in 370 milliseconds

1 2 3 4