Searched refs:eglDestroySurface (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL.h54 eglDestroySurface(mEglDisplay, mProducerEglSurface);
H A DSurfaceTextureGLToGL_test.cpp184 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
234 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
261 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
298 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
H A DSRGB_test.cpp59 eglDestroySurface(mEglDisplay, mEglSurface);
439 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mEglSurface));
H A DSurfaceTextureClient_test.cpp95 eglDestroySurface(mEglDisplay, mEglSurface);
175 eglDestroySurface(dpy, eglSurface);
205 eglDestroySurface(mEglDisplay, eglSurface);
736 eglDestroySurface(mEglDisplay, mEglSurfaces[i]);
H A DGLTest.cpp125 eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp207 if (!eglDestroySurface(mEglDisplay, surface)) {
222 eglDestroySurface(mEglDisplay, mPBufferSurface);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp170 eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); method in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp182 eglDestroySurface(sEglDisplay, sEglSurface);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp50 eglDestroySurface(display(), it->second.first);
233 eglDestroySurface(display(), surface_window_pair->first);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp157 eglDestroySurface(mEglDisplay, mEglSurface);
489 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mEglSurface));
790 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mEglSurface));
813 eglDestroySurface(mEglDisplay, mEglSurface);
897 eglDestroySurface(mEglDisplay, mEglSurface);
940 eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/rs/driver/
H A DrsdGL.cpp163 RSD_CALL_GL(eglDestroySurface, dc->gl.egl.display, dc->gl.egl.surfaceDefault);
165 RSD_CALL_GL(eglDestroySurface, dc->gl.egl.display, dc->gl.egl.surface);
429 rsc->setWatchdogGL("eglDestroySurface", __LINE__, __FILE__);
430 ret = eglDestroySurface(dc->gl.egl.display, dc->gl.egl.surface);
431 checkEglError("eglDestroySurface", ret);
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) { method in class:EGLLogWrapper
154 begin("eglDestroySurface");
159 boolean result = mEgl10.eglDestroySurface(display, surface);
H A DEGL14.java295 // C function EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
297 public static native boolean eglDestroySurface( method in class:EGL14
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp125 eglDestroySurface(mDisplay, mDummySurface);
175 eglDestroySurface(mDisplay, *surface);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp138 eglDestroySurface(mDisplay, mSurface);
407 eglDestroySurface(mDisplay, mSurface);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java41 public native boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); method in class:EGLImpl
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp84 if (surface != EGL_NO_SURFACE) eglDestroySurface(display, surface); \
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h209 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp176 eglDestroySurface( eglDisplay, eglSurface );
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java494 EGL14.eglDestroySurface(mEGLDisplay, holder.eglSurface);
501 EGL14.eglDestroySurface(mEGLDisplay, holder.eglSurface);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java649 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
693 mEgl.eglDestroySurface(mEglDisplay, tmpSurface);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java272 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/native/opengl/include/EGL/
H A Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);

Completed in 366 milliseconds

12