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

1 2 3

  /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;}
  /external/deqp/framework/egl/
egluUnique.cpp 40 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_surface));
tcuEgl.cpp 176 eglDestroySurface(m_display.getEGLDisplay(), m_surface);
201 eglDestroySurface(m_display.getEGLDisplay(), m_surface);
222 eglDestroySurface(m_display.getEGLDisplay(), m_surface);
egluApiPrototypes.inl 16 EGLBoolean eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 200 eglDestroySurface( display_, surface_ );
263 eglDestroySurface( display_, surface_ );
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 46 eglDestroySurface(fDisplay, fSurface);
  /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);
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 749 eglDestroySurface(m_display, m_pbuffers0[pbufferNdx]);
750 TCU_CHECK_EGL_MSG("eglDestroySurface()");
760 eglDestroySurface(m_display, m_pbuffers1[pbufferNdx]);
761 TCU_CHECK_EGL_MSG("eglDestroySurface()");
771 eglDestroySurface(m_display, m_sharedPbuffers[pbufferNdx]);
772 TCU_CHECK_EGL_MSG("eglDestroySurface()");
815 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativePixmaps0[pixmapNdx].second));
826 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativePixmaps1[pixmapNdx].second));
837 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second));
849 TCU_CHECK_EGL_CALL(eglDestroySurface(m_display, m_nativeWindows1[windowNdx].second))
    [all...]
teglApiCase.cpp 97 eglDestroySurface(getDisplay(), got);
teglNegativeApiTests.cpp 683 TEGL_ADD_API_CASE(destroy_surface, "eglDestroySurface() negative tests",
690 expectFalse(eglDestroySurface(EGL_NO_DISPLAY, DE_NULL));
693 expectFalse(eglDestroySurface((EGLDisplay)-1, DE_NULL));
700 expectFalse(eglDestroySurface(display, DE_NULL));
703 expectFalse(eglDestroySurface(display, (EGLSurface)-1));
    [all...]
teglMakeCurrentPerfTests.cpp 273 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface));
299 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface));
319 TCU_CHECK_EGL_CALL(eglDestroySurface(display, *iter));
  /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/chromium_org/ui/gl/
gl_surface_egl.cc 359 if (!eglDestroySurface(GetDisplay(), surface_)) {
360 LOG(ERROR) << "eglDestroySurface failed with error "
579 eglDestroySurface(display, old_surface);
587 if (!eglDestroySurface(GetDisplay(), surface_)) {
588 LOG(ERROR) << "eglDestroySurface failed with error "
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 120 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
OutputSurface.java 181 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 138 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
  /external/chromium_org/third_party/angle/util/
EGLWindow.cpp 182 eglDestroySurface(mDisplay, mSurface);

Completed in 960 milliseconds

1 2 3