HomeSort by relevance Sort by last modified time
    Searched refs:destroySurface (Results 1 - 25 of 40) sorted by null

1 2

  /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 234 void destroySurface(EGLNativeSurfaceType srfc){
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 42 void destroySurface(EGLSurface surface);
EglManager.cpp 198 void EglManager::destroySurface(EGLSurface 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/include/gui/
ISurfaceComposerClient.h 69 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
SurfaceComposerClient.h 137 status_t destroySurface(const sp<IBinder>& id);
  /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);
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 71 virtual status_t destroySurface(const sp<IBinder>& handle) {
123 reply->writeInt32(destroySurface( data.readStrongBinder() ) );
SurfaceControl.cpp 63 mClient->destroySurface(mHandle);
  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 45 void destroySurface(egl::Surface *surface);
Display.cpp 125 destroySurface(*mSurfaceSet.begin());
441 void Display::destroySurface(egl::Surface *surface)
  /frameworks/base/core/java/android/view/
TextureView.java 227 destroySurface();
231 private void destroySurface() {
342 destroySurface();
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 263 public void destroySurface() {
411 mEglHelper.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 794 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
816 public void destroySurface(EGL10 egl, EGLDisplay display,
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java 256 mAnimationBackgroundSurface.destroySurface();
258 mDimLayer.destroySurface();
DimLayer.java 302 void destroySurface() {
303 if (DEBUG) Slog.v(TAG, "destroySurface.");

Completed in 2371 milliseconds

1 2