HomeSort by relevance Sort by last modified time
    Searched refs:eglDestroySurface (Results 1 - 25 of 146) 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;}
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL.h 54 eglDestroySurface(mEglDisplay, mProducerEglSurface);
SurfaceTextureGLToGL_test.cpp 184 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
234 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
266 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
303 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 16 { "eglDestroySurface", (deFunctionPtr)eglDestroySurface },
eglwStaticLibrary15.inl 22 { "eglDestroySurface", (deFunctionPtr)eglDestroySurface },
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 135 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
145 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
OutputSurface.java 181 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 200 eglDestroySurface( display_, surface_ );
263 eglDestroySurface( display_, surface_ );
  /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/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 127 eglDestroySurface(fDisplay, fSurface);
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 199 if (!eglDestroySurface(mEglDisplay, surface)) {
209 eglDestroySurface(mEglDisplay, mPBufferSurface);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 712 TEGL_ADD_API_CASE(destroy_surface, "eglDestroySurface() negative tests",
719 expectFalse(eglDestroySurface(EGL_NO_DISPLAY, DE_NULL));
722 expectFalse(eglDestroySurface((EGLDisplay)-1, DE_NULL));
729 expectFalse(eglDestroySurface(display, DE_NULL));
732 expectFalse(eglDestroySurface(display, (EGLSurface)-1));
    [all...]
teglApiCase.cpp 135 eglDestroySurface(getDisplay(), got);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 185 EGL14.eglDestroySurface(mEGLDisplay, mEGLSurface);
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 138 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
  /external/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 167 eglDestroySurface(fDisplay, fSurface);

Completed in 614 milliseconds

1 2 3 4 5 6