/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | GLSurfaceView.java | 825 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); in destroySurface() method 847 public void destroySurface(EGL10 egl, EGLDisplay display, in destroySurface() method in GLSurfaceView.DefaultWindowSurfaceFactory 1176 public void destroySurface() { in destroySurface() method in GLSurfaceView.EglHelper
|
/aosp_15_r20/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
H A D | GLSurfaceViewCustom.java | 809 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); in destroySurface() method 831 public void destroySurface(EGL10 egl, EGLDisplay display, in destroySurface() method in GLSurfaceViewCustom.DefaultWindowSurfaceFactory 1156 public void destroySurface() { in destroySurface() method in GLSurfaceViewCustom.EglHelper
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | GLSurfaceView.java | 731 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 1030 public void destroySurface() { in destroySurface() method in GLSurfaceView.EglHelper
|
/aosp_15_r20/external/angle/util/ |
H A D | EGLWindow.cpp | 664 void EGLWindow::destroySurface() in destroySurface() function in EGLWindow 815 EGLBoolean EGLWindow::destroySurface(Surface surface) in destroySurface() function in EGLWindow
|
/aosp_15_r20/external/swiftshader/src/WSI/ |
H A D | HeadlessSurfaceKHR.cpp | 28 void HeadlessSurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() function in vk::HeadlessSurfaceKHR
|
H A D | DirectFBSurfaceEXT.cpp | 28 void DirectFBSurfaceEXT::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() function in vk::DirectFBSurfaceEXT
|
H A D | Win32SurfaceKHR.cpp | 48 void Win32SurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() function in vk::Win32SurfaceKHR
|
H A D | WaylandSurfaceKHR.cpp | 56 void WaylandSurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() function in vk::WaylandSurfaceKHR
|
H A D | XcbSurfaceKHR.cpp | 80 void XcbSurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() function in vk::XcbSurfaceKHR
|
H A D | DisplaySurfaceKHR.cpp | 255 void DisplaySurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() function in vk::DisplaySurfaceKHR
|
/aosp_15_r20/external/deqp/framework/egl/wrapper/ |
H A D | eglwFunctions.inl | 28 eglDestroySurfaceFunc destroySurface; variable
|
H A D | eglwFuncPtrLibraryImpl.inl | 117 EGLBoolean FuncPtrLibrary::destroySurface (EGLDisplay dpy, EGLSurface surface) const function in FuncPtrLibrary
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | OpenGLTestContext.cpp | 105 void destroySurface(EGLDisplay dpy, EGLSurface surface) { in destroySurface() function
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 263 public void destroySurface() { in destroySurface() method in BlockingGLTextureView.EglHelper
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowStateAnimator.java | 707 void destroySurface(SurfaceControl.Transaction t) { in destroySurface() method in WindowStateAnimator
|
H A D | WindowState.java | 3354 boolean destroySurface(boolean cleanupOnResume, boolean appStopped) { in destroySurface() method in WindowState
|
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 263 public void destroySurface() { in destroySurface() method in BlockingGLTextureView.EglHelper
|
/aosp_15_r20/frameworks/native/cmds/flatland/ |
H A D | GLHelper.cpp | 171 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface() function in android::GLHelper
|
/aosp_15_r20/external/angle/util/windows/ |
H A D | WGLWindow.cpp | 429 EGLBoolean WGLWindow::destroySurface(Surface surface) in destroySurface() function in WGLWindow
|
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 528 void EglManager::destroySurface(EGLSurface surface) { in destroySurface() function in android::uirenderer::renderthread::EglManager
|
H A D | VulkanManager.cpp | 802 void VulkanManager::destroySurface(VulkanSurface* surface) { in destroySurface() function in android::uirenderer::renderthread::VulkanManager
|
/aosp_15_r20/cts/tests/vr/src/android/vr/cts/ |
H A D | OpenGLESActivity.java | 299 public void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface) { in destroySurface() method in OpenGLESActivity.ProtectedWindowSurfaceFactory
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/ |
H A D | FunctionsEGL.cpp | 683 EGLBoolean FunctionsEGL::destroySurface(EGLSurface surface) const in destroySurface() function in rx::FunctionsEGL
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Display.cpp | 1996 Error Display::destroySurface(Surface *surface) in destroySurface() function in egl::Display
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 2844 private void destroySurface() { in destroySurface() method in ViewRootImpl
|