Home
last modified time | relevance | path

Searched refs:DestroySurface (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.h32 void DestroySurface();
H A Degl_manager.cpp175 void EGLManager::DestroySurface() in DestroySurface() function in OHOS::Rosen::EGLManager
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H A Drender_context_ohos_gl.h42 void DestroySurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drender_context_base.h37 virtual void DestroySurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame) {} in DestroySurface() function in OHOS::Rosen::RenderContextBase
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h55 void DestroySurface(uintptr_t surface) const noexcept;
H A Degl_state.h59 void DestroySurface(uintptr_t surface) const noexcept;
H A Dswapchain_gles.cpp333 device_.GetEglState().DestroySurface(plat_.surface); in ~SwapchainGLES()
H A Dwgl_state.cpp306 void WGLState::DestroySurface(uintptr_t surface) const noexcept
H A Degl_state.cpp978 void EGLState::DestroySurface(uintptr_t surface) const noexcept
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.h93 static void DestroySurface(VkInstance instance, VkSurfaceKHR surface);
H A Dswapchain_vk.cpp421 CreateFunctionsVk::DestroySurface(devicePlatformData.instance, surface_); in ~SwapchainVk()
H A Dcreate_functions_vk.cpp614 void CreateFunctionsVk::DestroySurface(VkInstance instance, VkSurfaceKHR surface)
616 PLUGIN_ASSERT_MSG(instance, "null instance in DestroySurface()");
617 PLUGIN_ASSERT_MSG(surface, "null surface in DestroySurface()");

Completed in 7 milliseconds