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

12

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp182 eglDestroySurface(sEglDisplay, sEglSurface);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface); method in interface:EGL10
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp48 eglDestroySurface(display(), it->second.first);
228 eglDestroySurface(display(), surface_window_pair->first);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp156 eglDestroySurface(mEglDisplay, mEglSurface);
490 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mEglSurface));
791 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mEglSurface));
814 eglDestroySurface(mEglDisplay, mEglSurface);
898 eglDestroySurface(mEglDisplay, mEglSurface);
941 eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/rs/driver/
H A DrsdGL.cpp165 RSD_CALL_GL(eglDestroySurface, dc->gl.egl.display, dc->gl.egl.surfaceDefault);
167 RSD_CALL_GL(eglDestroySurface, dc->gl.egl.display, dc->gl.egl.surface);
438 rsc->setWatchdogGL("eglDestroySurface", __LINE__, __FILE__);
439 ret = eglDestroySurface(dc->gl.egl.display, dc->gl.egl.surface);
440 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.java289 // C function EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
291 public static native boolean eglDestroySurface( method in class:EGL14
/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.cpp175 eglDestroySurface( eglDisplay, eglSurface );
/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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto474 eglDestroySurface = 2009;
/frameworks/native/opengl/include/EGL/
H A Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp286 eglDestroySurface( eglDisplay, eglSurface );
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1025 sEgl.eglDestroySurface(sEglDisplay, mEglSurface);
1037 sEgl.eglDestroySurface(sEglDisplay, mEglSurface);
1411 sEgl.eglDestroySurface(sEglDisplay, sPbuffer);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp87 eglDestroySurface(mEglDisplay, mEglSurface);
166 eglDestroySurface(dpy, eglSurface);
703 eglDestroySurface(mEglDisplay, mEglSurfaces[i]);
H A DSurfaceTexture_test.cpp148 eglDestroySurface(mEglDisplay, mEglSurface);
1408 eglDestroySurface(mEglDisplay, mProducerEglSurface);
1577 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
1627 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp223 eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java348 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp99 eglDestroySurface(mDisplay, mSurface);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp309 eglDestroySurface(mDisplay, mSurface);
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java595 if (!EGL14.eglDestroySurface(mEglDisplay, mEglSurface)) {
596 logEglError("eglDestroySurface");
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java618 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp374 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
386 EGLBoolean result = s->cnx->egl.eglDestroySurface(dp->disp.dpy, s->surface);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp460 return eglDestroySurface(dpy, sur);
561 {"eglDestroySurface", "(" DISPLAY SURFACE ")Z", (void*)jni_eglDestroySurface },

Completed in 9301 milliseconds

12