/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglSurface.cpp | 27 if(m_native) EglOS::destroySurface(m_native);
|
EglOsApi.h | 58 void destroySurface(EGLNativeSurfaceType srfc);
|
EglMacApi.cpp | 217 void destroySurface(EGLNativeSurfaceType srfc){
|
/frameworks/native/include/gui/ |
ISurfaceComposerClient.h | 67 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
|
SurfaceComposerClient.h | 126 status_t destroySurface(const sp<IBinder>& id);
|
/frameworks/native/libs/gui/ |
ISurfaceComposerClient.cpp | 69 virtual status_t destroySurface(const sp<IBinder>& handle) { 104 reply->writeInt32( destroySurface( data.readStrongBinder() ) );
|
SurfaceControl.cpp | 64 mClient->destroySurface(mHandle);
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Display.h | 47 void destroySurface(egl::Surface *surface);
|
Display.cpp | 125 destroySurface(*mSurfaceSet.begin()); 410 void Display::destroySurface(egl::Surface *surface)
|
/frameworks/native/cmds/flatland/ |
GLHelper.h | 61 void destroySurface(EGLSurface* surface);
|
Main.cpp | 334 mGLHelper->destroySurface(&mSurface); 453 mGLHelper->destroySurface(&mWindowSurface); 455 mGLHelper->destroySurface(&mSurface);
|
/frameworks/native/services/surfaceflinger/ |
Client.h | 61 virtual status_t destroySurface(const sp<IBinder>& handle);
|
Client.cpp | 154 status_t Client::destroySurface(const sp<IBinder>& handle) {
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.h | 43 int destroySurface(RenderingThread *thread, const ClientHandle &handle);
|
Renderer.cpp | 76 int Renderer::destroySurface(RenderingThread *thread, const ClientHandle &handle)
|
/frameworks/base/core/java/android/view/ |
TextureView.java | 220 destroySurface(); 230 private void destroySurface() { 344 destroySurface();
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
BlockingGLTextureView.java | 263 public void destroySurface() { 411 mEglHelper.destroySurface();
|
/frameworks/base/services/java/com/android/server/wm/ |
TaskStack.java | 154 mAnimationBackgroundSurface.destroySurface(); 155 mDimLayer.destroySurface();
|
DimLayer.java | 269 void destroySurface() { 270 if (DEBUG) Slog.v(TAG, "destroySurface.");
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
BlockingGLTextureView.java | 263 public void destroySurface() { 411 mEglHelper.destroySurface();
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
BlockingGLTextureView.java | 263 public void destroySurface() { 411 mEglHelper.destroySurface();
|
/external/replicaisland/src/com/replica/replicaisland/ |
GLSurfaceView.java | 731 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); 741 public void destroySurface(EGL10 egl, EGLDisplay display, [all...] |
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
GLSurfaceViewCustom.java | 809 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLSurfaceView.java | 799 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); 821 public void destroySurface(EGL10 egl, EGLDisplay display, [all...] |
/frameworks/base/services/java/com/android/server/power/ |
ElectronBeam.java | 196 destroySurface(); 563 private void destroySurface() {
|