/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | egl_manager.h | 32 void DestroySurface();
|
H A D | egl_manager.cpp | 175 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 D | render_context_ohos_gl.h | 42 void DestroySurface(const std::shared_ptr<RSRenderSurfaceFrame>& frame) override;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.h | 55 void DestroySurface(uintptr_t surface) const noexcept;
|
H A D | egl_state.h | 59 void DestroySurface(uintptr_t surface) const noexcept;
|
H A D | swapchain_gles.cpp | 333 device_.GetEglState().DestroySurface(plat_.surface); in ~SwapchainGLES()
|
H A D | wgl_state.cpp | 306 void WGLState::DestroySurface(uintptr_t surface) const noexcept in DestroySurface() function in WGLHelpers::WGLState
|
H A D | egl_state.cpp | 978 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 D | render_context_base.h | 37 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 D | rs_render_surface_ohos.cpp | 58 renderContext_->DestroySurface(frame_); in ~RSRenderSurfaceOhos() 215 renderContext_->DestroySurface(frame_); in ClearBuffer()
|
H A D | render_context_ohos_gl.cpp | 262 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 D | create_functions_vk.h | 93 static void DestroySurface(VkInstance instance, VkSurfaceKHR surface);
|
H A D | swapchain_vk.cpp | 421 CreateFunctionsVk::DestroySurface(devicePlatformData.instance, surface_); in ~SwapchainVk()
|
H A D | create_functions_vk.cpp | 614 void CreateFunctionsVk::DestroySurface(VkInstance instance, VkSurfaceKHR surface) in DestroySurface() function in CreateFunctionsVk
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 1185 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 D | napi-xcomponent-guidelines.md | 1185 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 D | ts-basic-components-xcomponent.md | 521 nativeRender.DestroySurface(BigInt(surfaceId));
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-xcomponent.md | 517 nativeRender.DestroySurface(BigInt(surfaceId));
|