Searched defs:imageEntity (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | postprocess_effect_impl.cpp | 142 CORE_NS::Entity imageEntity = sh->BindUIBitmap(image, true); in __anon846687510202() local
|
H A D | material_impl.cpp | 1265 CORE_NS::Entity imageEntity = sh->BindUIBitmap(bitmap, true); in SetImage() local
|
H A D | scene_holder.cpp | 1856 …older::SetTexture(size_t index, CORE_NS::Entity targetEntity, CORE_NS::EntityReference imageEntity) in SetTexture()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 1437 CORE_NS::EntityReference imageEntity; in SetupCustomRenderTarget() local 1444 auto imageEntity = CORE3D_NS::GetOrCreateEntityReference(ecs.GetEntityManager(), in SetupCustomRenderTarget() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 2160 …if (auto imageEntity = GetImageEntity(ecs, gltfResourceData, light->specularCubeImage); imageEntit… in CreateEnvironmentComponent() local 2166 … if (auto imageEntity = GetImageEntity(ecs, gltfResourceData, light->skymapImage); imageEntity) { in CreateEnvironmentComponent() local 3101 auto imageEntity = importer->ecs_->GetEntityManager().CreateReferenceCounted(); in QueueImage() local 3158 Entity imageEntity = LookupResourceByUri(uri, uriManager_, gpuHandleManager_); in PrepareImageTasks() local 3236 EntityReference imageEntity = ecs_->GetEntityManager().CreateReferenceCounted(); in PrepareImageBasedLightTasks() local
|