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

1 2 3 4 5 6

  /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;}
  /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,
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 46 eglDestroySurface(fDisplay, fSurface);
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 46 eglDestroySurface(fDisplay, fSurface);
  /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/nativeopengl/standalone/jni/tests/
EGLCreateContext_test.cpp 84 eglDestroySurface(mEglDisplay, mEglWindowSurface);
EGLCleanup_test.cpp 299 eglDestroySurface(mEglDisplay, mEglSurface);
GLTest_test.cpp 114 eglDestroySurface(mEglDisplay, mEglSurface);
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 45 eglDestroySurface(fDisplay, fSurface);
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 45 eglDestroySurface(fDisplay, fSurface);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
  /external/chromium_org/ui/gl/
gl_surface_egl.cc 307 if (!eglDestroySurface(GetDisplay(), surface_)) {
308 LOG(ERROR) << "eglDestroySurface failed with error "
532 eglDestroySurface(display, old_surface);
540 if (!eglDestroySurface(GetDisplay(), surface_)) {
541 LOG(ERROR) << "eglDestroySurface failed with error "
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 121 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
OutputSurface.java 177 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 137 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);

Completed in 1123 milliseconds

1 2 3 4 5 6