Searched refs:CreateView (Results 1 - 14 of 14) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_view_preview.cpp | 31 AceViewPreview* AceViewPreview::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool usePlatformThread) 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().usePlatformAsUIThread); in CommonInitialize()
|
H A D | ace_ability.cpp | 328 auto view = AceViewPreview::CreateView(ACE_INSTANCE_ID); in InitEnv()
|
/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 | 890 RenderHandleReference GpuResourceManager::CreateView( 923 RenderHandleReference GpuResourceManager::CreateView(
|
/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 | 38 RefPtr<AceViewOhos> AceViewOhos::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool usePlatformThread) in CreateView() function in OHOS::Ace::Platform::AceViewOhos
|
H A D | ace_ability.cpp | 405 auto aceView = Platform::AceViewOhos::CreateView(abilityId_); in OnStart()
|
H A D | ui_content_impl.cpp | 1318 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 D | intf_gpu_resource_manager.h | 180 virtual RenderHandleReference CreateView(const BASE_NS::string_view name, const GpuImageDesc& desc,
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 272 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 D | lume_common.cpp | 1508 gpuResourceImgHandle_ = GetRenderContext()->GetDevice().GetGpuResourceManager().CreateView( in SetupGpuImageTarget()
|
Completed in 34 milliseconds