/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/ |
H A D | lume_custom_render.h | 46 CORE3D_NS::IGraphicsContext::Ptr graphicsContext_; member 95 CORE3D_NS::IGraphicsContext::Ptr graphicsContext_; member in OHOS::Render3D::LumeCustomRender
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/ |
H A D | lume_custom_render.cpp | 49 graphicsContext_ = input.graphicsContext_; in Initialize() 53 if (!ecs_ || !graphicsContext_ || !renderContext_ || !engine_) { in Initialize() 55 ecs_ != nullptr, graphicsContext_ != nullptr, renderContext_ != nullptr, engine_ != nullptr); in Initialize()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_asset_manager.cpp | 76 CORE3D_NS::IGraphicsContext& graphicsContext_; member in EcsAssetManager 85 : renderContext_(graphicsContext.GetRenderContext()), graphicsContext_(graphicsContext), in EcsAssetManager() 124 return ::ECS_SERIALIZER_NS::CreateEcsAssetLoader(*this, graphicsContext_, ec, src, contextUri); in CreateEcsAssetLoader()
|
H A D | ecs_asset_loader.cpp | 76 graphicsContext_(graphicsContext), ecs_(ec.GetEcs()), ec_(ec), src_(src), contextUri_(contextUri) in EcsAssetLoader() 394 auto& gltf = graphicsContext_.GetGltf(); in LoadGltfEntityCollection() 419 auto& gltf = graphicsContext_.GetGltf(); in ImportSceneFromGltf() 548 CORE3D_NS::IGraphicsContext& graphicsContext_; member in final
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 170 graphicsContext_ = p->GetGraphicsContext(); in Clone() 281 graphicsContext_ = CORE_NS::CreateInstance<CORE3D_NS::IGraphicsContext>( in CreateGfx3DContext() 286 if (graphicsContext_ == nullptr) { in CreateGfx3DContext() 291 graphicsContext_->Init(); in CreateGfx3DContext() 292 return graphicsContext_; in CreateGfx3DContext() 307 return graphicsContext_; in GetGraphicsContext() 330 graphicsContext_ = nullptr; in DeInitEngine() 457 auto gltf = graphicsContext_->GetGltf().LoadGLTF(info.fileName_); in LoadAndImport() 468 auto importer = graphicsContext_->GetGltf().CreateGLTF2Importer(ecs); in LoadAndImport() 491 importedSceneEntity = graphicsContext_ in LoadAndImport() [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_manager.cpp | 35 : renderContext_(renderContext), graphicsContext_(graphicsContext), ecsSerializer_(renderContext_) in AssetManager() 72 return SCENE_NS::CreateAssetLoader(*this, renderContext_, graphicsContext_, ec, src, contextUri); in CreateAssetLoader()
|
H A D | asset_loader.cpp | 83 : assetManager_(assetManager), renderContext_(renderContext), graphicsContext_(graphicsContext), in AssetLoader() 426 auto& gltf = graphicsContext_.GetGltf(); in LoadGltfEntityCollection() 451 auto& gltf = graphicsContext_.GetGltf(); in ImportSceneFromGltf() 708 CORE3D_NS::IGraphicsContext& graphicsContext_; member in final
|
H A D | asset_manager.h | 73 CORE3D_NS::IGraphicsContext& graphicsContext_; member in AssetManager
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.h | 85 IGraphicsContext& graphicsContext_; member in SceneUtil
|
H A D | scene_util.cpp | 116 SceneUtil::SceneUtil(IGraphicsContext& graphicsContext) : graphicsContext_(graphicsContext) {} 381 SceneUtil::ReflectionPlane plane = CreateReflectionPlaneObjectFromEntity(ecs, graphicsContext_, nodeEntity); in CreateReflectionPlaneComponent() 606 const IShaderManager& shaderMgr = graphicsContext_.GetRenderContext().GetDevice().GetShaderManager(); in GetDefaultMaterialShaderData() 646 const IShaderManager& shaderMgr = graphicsContext_.GetRenderContext().GetDevice().GetShaderManager(); in GetDefaultMaterialShaderData()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_preprocessor_system.h | 113 IGraphicsContext* graphicsContext_ { nullptr };
|
H A D | render_preprocessor_system.cpp | 138 graphicsContext_ = in RenderPreprocessorSystem() 445 if (graphicsContext_ && renderContext_) { in Initialize()
|
H A D | render_system.h | 268 IGraphicsContext* graphicsContext_ = nullptr; member in final
|
H A D | render_system.cpp | 1169 graphicsContext_ = in RenderSystem() 1171 if (graphicsContext_) { in RenderSystem() 1172 renderUtil_ = &graphicsContext_->GetRenderUtil(); in RenderSystem() 1253 if (graphicsContext_ && renderContext_) { in Initialize() 2351 if (createRngs && graphicsContext_ && renderUtil_) {
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.h | 226 IGraphicsContext* graphicsContext_ { nullptr };
|
H A D | gltf2_importer.cpp | 3515 : ecs_(ecs), graphicsContext_(GetInstance<IGraphicsContext>( 3521 : ecs_(ecs), graphicsContext_(GetInstance<IGraphicsContext>( 3644 auto& gltf = graphicsContext_->GetGltf();
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/ |
H A D | lume_common.h | 223 CORE3D_NS::IGraphicsContext::Ptr graphicsContext_; member in OHOS::Render3D::LumeCommon
|