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

1 2 3 4

  /frameworks/native/services/surfaceflinger/tests/
Stress_test.cpp 37 client->destroySurface(surf->getHandle());
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 60 status_t destroySurface(const sp<IBinder>& handle) override {
61 return callRemote<decltype(&ISurfaceComposerClient::destroySurface)>(Tag::DESTROY_SURFACE,
96 return callLocal(data, reply, &ISurfaceComposerClient::destroySurface);
  /external/swiftshader/src/OpenGL/libGL/
Display.h 48 void destroySurface(Surface *surface);
Display.cpp 113 destroySurface(*mSurfaceSet.begin());
130 void Display::destroySurface(Surface *surface)
  /external/deqp/framework/egl/
egluUnique.cpp 60 m_egl.destroySurface(m_display, m_surface);
egluGLContextFactory.cpp 439 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
484 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface));
506 egl.destroySurface(m_eglDisplay, m_eglSurface);
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 43 void destroySurface(EGLSurface surface);
VulkanManager.h 88 void destroySurface(VulkanSurface* surface);
  /frameworks/native/cmds/flatland/
GLHelper.h 60 void destroySurface(EGLSurface* surface);
Main.cpp 333 mGLHelper->destroySurface(&mSurface);
452 mGLHelper->destroySurface(&mWindowSurface);
454 mGLHelper->destroySurface(&mSurface);
  /frameworks/native/libs/gui/include/gui/
ISurfaceComposerClient.h 59 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 28 eglDestroySurfaceFunc destroySurface;
eglwInitCore.inl 22 dst->destroySurface = (eglDestroySurfaceFunc) loader->get("eglDestroySurface");
eglwFuncPtrLibraryDecl.inl 28 EGLBoolean destroySurface (EGLDisplay dpy, EGLSurface surface) const;
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 58 void destroySurface(Surface *surface);
  /frameworks/native/services/surfaceflinger/
Client.h 65 virtual status_t destroySurface(const sp<IBinder>& handle);
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 781 egl.destroySurface(m_display, m_pbuffers0[pbufferNdx]);
792 egl.destroySurface(m_display, m_pbuffers1[pbufferNdx]);
803 egl.destroySurface(m_display, m_sharedPbuffers[pbufferNdx]);
847 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps0[pixmapNdx].second));
858 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps1[pixmapNdx].second));
869 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second));
881 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second));
892 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second));
903 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativeWindows[windowNdx].second));
1124 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface))
    [all...]
teglMakeCurrentPerfTests.cpp 291 egl.destroySurface(m_display, surface);
320 egl.destroySurface(m_display, surface);
342 EGLU_CHECK_CALL(egl, destroySurface(display, *iter));
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayerController.java 79 state.dimLayer.destroySurface();
323 state.dimLayer.destroySurface();
334 state.dimLayer.destroySurface();
  /frameworks/base/libs/hwui/pipeline/skia/
SkiaVulkanPipeline.cpp 138 mVkManager.destroySurface(mVkSurface);
  /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();
  /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 824 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
    [all...]

Completed in 683 milliseconds

1 2 3 4