/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_view_preview.cpp | 31 AceViewPreview* AceViewPreview::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool use… in CreateView() function in OHOS::Ace::Platform::AceViewPreview
|
H A D | ace_view_preview.h | 38 static AceViewPreview* CreateView(
|
H A D | ui_content_impl.cpp | 391 …auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsU… in CommonInitialize()
|
H A D | ace_ability.cpp | 325 auto view = AceViewPreview::CreateView(ACE_INSTANCE_ID); in InitEnv()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.h | 230 RenderHandleReference CreateView(const BASE_NS::string_view name, const GpuImageDesc& desc, 233 RenderHandleReference CreateView(
|
H A D | device.cpp | 576 swapchainData.imageViews[idx] = gpuResourceMgr_->CreateView( in CreateSwapchainImpl()
|
H A D | gpu_resource_manager.cpp | 891 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 D | ace_view_ohos.h | 45 static RefPtr<AceViewOhos> CreateView(
|
H A D | ace_view_ohos.cpp | 54 RefPtr<AceViewOhos> AceViewOhos::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool us… in CreateView() function in OHOS::Ace::Platform::AceViewOhos
|
H A D | ace_ability.cpp | 400 auto aceView = Platform::AceViewOhos::CreateView(abilityId_); in OnStart()
|
H A D | ui_content_impl.cpp | 1364 …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 D | intf_gpu_resource_manager.h | 180 …virtual RenderHandleReference CreateView(const BASE_NS::string_view name, const GpuImageDesc& desc,
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 254 …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 D | lume_common.cpp | 1508 gpuResourceImgHandle_ = GetRenderContext()->GetDevice().GetGpuResourceManager().CreateView( in SetupGpuImageTarget()
|