Home
last modified time | relevance | path

Searched refs:CreateView (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.cpp31 AceViewPreview* AceViewPreview::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool use… in CreateView() function in OHOS::Ace::Platform::AceViewPreview
H A Dace_view_preview.h38 static AceViewPreview* CreateView(
H A Dui_content_impl.cpp391 …auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsU… in CommonInitialize()
H A Dace_ability.cpp325 auto view = AceViewPreview::CreateView(ACE_INSTANCE_ID); in InitEnv()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h230 RenderHandleReference CreateView(const BASE_NS::string_view name, const GpuImageDesc& desc,
233 RenderHandleReference CreateView(
H A Ddevice.cpp576 swapchainData.imageViews[idx] = gpuResourceMgr_->CreateView( in CreateSwapchainImpl()
H A Dgpu_resource_manager.cpp891 RenderHandleReference GpuResourceManager::CreateView( in CreateView() function in GpuResourceManager
924 RenderHandleReference GpuResourceManager::CreateView( in CreateView() function in GpuResourceManager
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h45 static RefPtr<AceViewOhos> CreateView(
H A Dace_view_ohos.cpp54 RefPtr<AceViewOhos> AceViewOhos::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool us… in CreateView() function in OHOS::Ace::Platform::AceViewOhos
H A Dace_ability.cpp400 auto aceView = Platform::AceViewOhos::CreateView(abilityId_); in OnStart()
H A Dui_content_impl.cpp1364 …aceView = Platform::AceViewOhos::CreateView(instanceId_, true, container->GetSettings().usePlatfor… in CommonInitializeForm()
1367 …aceView = Platform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatfo… in CommonInitializeForm()
1919 …Platform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThre… in CommonInitialize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_gpu_resource_manager.h180 …virtual RenderHandleReference CreateView(const BASE_NS::string_view name, const GpuImageDesc& desc,
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp254 …Platform::AceViewOhos::CreateView(childContainerId_, false, container->GetSettings().usePlatformAs… in InitContainer()
1215 auto aceView = Platform::AceViewOhos::CreateView(childContainerId_, true, true); in InitToastDialogView()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1508 gpuResourceImgHandle_ = GetRenderContext()->GetDevice().GetGpuResourceManager().CreateView( in SetupGpuImageTarget()