Searched defs:destroySurface (Results 1 - 11 of 11) sorted by path

/frameworks/base/core/java/android/view/
H A DTextureView.java221 destroySurface();
225 private void destroySurface() { method in class:TextureView
364 destroySurface();
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp241 void EglManager::destroySurface(EGLSurface surface) { function in class:android::uirenderer::renderthread::EglManager
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java807 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); method in interface:GLSurfaceView.EGLWindowSurfaceFactory
829 public void destroySurface(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultWindowSurfaceFactory
1158 public void destroySurface() { method in class:GLSurfaceView.EglHelper
1160 Log.w("EglHelper", "destroySurface() tid=" + Thread.currentThread().getId());
1172 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
1268 mEglHelper.destroySurface();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java263 public void destroySurface() { method in class:BlockingGLTextureView.EglHelper
411 mEglHelper.destroySurface();
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java359 destroySurface();
631 private void destroySurface() { method in class:ColorFade
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayer.java355 void destroySurface() { method in class:DimLayer
356 if (DEBUG_DIM_LAYER) Slog.v(TAG, "destroySurface.");
H A DWindowStateAnimator.java881 destroySurface();
2011 void destroySurface() { method in class:WindowStateAnimator
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp169 void GLHelper::destroySurface(EGLSurface* surface) { function in class:android::GLHelper
/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp73 virtual status_t destroySurface(const sp<IBinder>& handle) { function in class:android::BpSurfaceComposerClient
129 reply->writeInt32(destroySurface( data.readStrongBinder() ) );
H A DSurfaceComposerClient.cpp593 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { function in class:android::SurfaceComposerClient
596 status_t err = mClient->destroySurface(sid);
/frameworks/native/services/surfaceflinger/
H A DClient.cpp154 status_t Client::destroySurface(const sp<IBinder>& handle) { function in class:android::Client

Completed in 4570 milliseconds