Home
last modified time | relevance | path

Searched refs:graphicsContext_ (Results 1 - 17 of 17) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
H A Dlume_custom_render.h46 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 Dlume_custom_render.cpp49 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 Decs_asset_manager.cpp76 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 Decs_asset_loader.cpp76 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 Dlume_common.cpp170 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 Dasset_manager.cpp35 : renderContext_(renderContext), graphicsContext_(graphicsContext), ecsSerializer_(renderContext_) in AssetManager()
72 return SCENE_NS::CreateAssetLoader(*this, renderContext_, graphicsContext_, ec, src, contextUri); in CreateAssetLoader()
H A Dasset_loader.cpp83 : 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 Dasset_manager.h73 CORE3D_NS::IGraphicsContext& graphicsContext_; member in AssetManager
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.h85 IGraphicsContext& graphicsContext_; member in SceneUtil
H A Dscene_util.cpp116 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 Drender_preprocessor_system.h113 IGraphicsContext* graphicsContext_ { nullptr };
H A Drender_preprocessor_system.cpp138 graphicsContext_ = in RenderPreprocessorSystem()
445 if (graphicsContext_ && renderContext_) { in Initialize()
H A Drender_system.h268 IGraphicsContext* graphicsContext_ = nullptr; member in final
H A Drender_system.cpp1169 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 Dgltf2_importer.h226 IGraphicsContext* graphicsContext_ { nullptr };
H A Dgltf2_importer.cpp3515 : 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 Dlume_common.h223 CORE3D_NS::IGraphicsContext::Ptr graphicsContext_; member in OHOS::Render3D::LumeCommon

Completed in 21 milliseconds