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

/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.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 DGLSurfaceView.java788 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
823 egl.eglDestroySurface(display, surface);
/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/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/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.java979 sEgl.eglDestroySurface(sEglDisplay, mEglSurface);
991 sEgl.eglDestroySurface(sEglDisplay, mEglSurface);
1348 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);
1402 eglDestroySurface(mEglDisplay, mProducerEglSurface);
1514 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mProducerEglSurface));
1564 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.java349 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp306 eglDestroySurface(mDisplay, mSurface);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java558 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp321 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
333 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 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp983 const GLMessage_Function GLMessage::eglDestroySurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1316 static const Function eglDestroySurface = GLMessage_Function_eglDestroySurface; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp1562 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) function

Completed in 473 milliseconds