Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.cpp31 AceViewPreview* AceViewPreview::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool usePlatformThread) 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().usePlatformAsUIThread); in CommonInitialize()
H A Dace_ability.cpp328 auto view = AceViewPreview::CreateView(ACE_INSTANCE_ID); in InitEnv()
/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.cpp890 RenderHandleReference GpuResourceManager::CreateView(
923 RenderHandleReference GpuResourceManager::CreateView(
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h45 static RefPtr<AceViewOhos> CreateView(
H A Dace_view_ohos.cpp38 RefPtr<AceViewOhos> AceViewOhos::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool usePlatformThread) in CreateView() function in OHOS::Ace::Platform::AceViewOhos
H A Dace_ability.cpp405 auto aceView = Platform::AceViewOhos::CreateView(abilityId_); in OnStart()
H A Dui_content_impl.cpp1318 aceView = Platform::AceViewOhos::CreateView(instanceId_, true, container->GetSettings().usePlatformAsUIThread); in CommonInitializeForm()
1321 aceView = Platform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitializeForm()
1866 Platform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize()
/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,
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp272 Platform::AceViewOhos::CreateView(childContainerId_, false, container->GetSettings().usePlatformAsUIThread); in InitContainer()
1227 auto aceView = Platform::AceViewOhos::CreateView(childContainerId_, true, true); in InitToastDialogView()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1508 gpuResourceImgHandle_ = GetRenderContext()->GetDevice().GetGpuResourceManager().CreateView( in SetupGpuImageTarget()

Completed in 34 milliseconds