Home
last modified time | relevance | path

Searched refs:destroySurface (Results 1 – 11 of 11) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java731 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); in destroySurface() method
741 public void destroySurface(EGL10 egl, EGLDisplay display, in destroySurface() method in GLSurfaceView.DefaultWindowSurfaceFactory
974 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in createSurface()
1030 public void destroySurface() { in destroySurface() method in GLSurfaceView.EglHelper
1035 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurface()
1112 mEglHelper.destroySurface(); in stopEglLocked()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.h63 void destroySurface(const EGLSurface&);
DEGLDisplayOpenVG.cpp124 destroySurface((*it).first); in ~EGLDisplayOpenVG()
320 void EGLDisplayOpenVG::destroySurface(const EGLSurface& surface) in destroySurface() function in WebCore::EGLDisplayOpenVG
DSurfaceOpenVG.cpp126 EGLDisplayOpenVG::forDisplay(m_eglDisplay)->destroySurface(m_eglSurface); in ~SurfaceOpenVG()
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DDisplay.h48 void destroySurface(egl::Surface *surface);
DDisplay.cpp230 destroySurface(*mSurfaceSet.begin()); in terminate()
437 void Display::destroySurface(egl::Surface *surface) in destroySurface() function in egl::Display
DlibEGL.cpp455 display->destroySurface((egl::Surface*)surface); in eglDestroySurface()
/external/webkit/Source/WebKit/android/plugins/
DPluginWidgetAndroid.cpp91 m_core->destroySurface(m_embeddedView); in ~PluginWidgetAndroid()
320 m_core->destroySurface(m_embeddedView); in layoutSurface()
640 m_core->destroySurface(m_embeddedView); in requestFullScreen()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h475 void destroySurface(jobject childView);
DWebViewCore.cpp4042 void WebViewCore::destroySurface(jobject childView) in destroySurface() function in android::WebViewCore
/external/webkit/Source/WebCore/
DChangeLog-2010-01-297780 (WebCore::EGLDisplayOpenVG::destroySurface):