Home
last modified time | relevance | path

Searched refs:DestroySurface (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/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
/ohos5.0/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;
/ohos5.0/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 in DestroySurface() function in WGLHelpers::WGLState
H A Degl_state.cpp978 void EGLState::DestroySurface(uintptr_t surface) const noexcept in DestroySurface() function in EGLHelpers::EGLState
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp58 renderContext_->DestroySurface(frame_); in ~RSRenderSurfaceOhos()
215 renderContext_->DestroySurface(frame_); in ClearBuffer()
H A Drender_context_ohos_gl.cpp262 void RenderContextOhosGl::DestroySurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame) in DestroySurface() function in OHOS::Rosen::RenderContextOhosGl
/ohos5.0/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) in DestroySurface() function in CreateFunctionsVk
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md1185 export const DestroySurface: (id: BigInt) => any;
1205 nativeRender.DestroySurface(BigInt(surfaceId))
1282 // 向ArkTS侧暴露接口SetSurfaceId(),ChangeSurface(),DestroySurface(),
1287 …{"DestroySurface", nullptr, PluginManager::DestroySurface, nullptr, nullptr, nullptr, napi_default…
1328 static napi_value DestroySurface(napi_env env, napi_callback_info info);
1426 napi_value PluginManager::DestroySurface(napi_env env, napi_callback_info info) {
/ohos5.0/docs/en/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md1185 export const DestroySurface: (id: BigInt) => any;
1205 nativeRender.DestroySurface(BigInt(surfaceId))
1282 // Expose the SetSurfaceId(), ChangeSurface(), and DestroySurface() APIs to the ArkTS side.
1287 …{"DestroySurface", nullptr, PluginManager::DestroySurface, nullptr, nullptr, nullptr, napi_default…
1328 static napi_value DestroySurface(napi_env env, napi_callback_info info);
1426 napi_value PluginManager::DestroySurface(napi_env env, napi_callback_info info) {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-xcomponent.md521 nativeRender.DestroySurface(BigInt(surfaceId));
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-xcomponent.md517 nativeRender.DestroySurface(BigInt(surfaceId));