Home
last modified time | relevance | path

Searched refs:destroySurface (Results 1 – 4 of 4) 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/chromium_org/third_party/angle/src/libEGL/
DDisplay.h47 void destroySurface(egl::Surface *surface);
DDisplay.cpp125 destroySurface(*mSurfaceSet.begin()); in terminate()
410 void Display::destroySurface(egl::Surface *surface) in destroySurface() function in egl::Display
DlibEGL.cpp391 display->destroySurface((egl::Surface*)surface); in eglDestroySurface()