/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ |
H A D | intf_graphics_context.h | 45 class IGraphicsContext : public CORE_NS::IInterface { 49 using Ptr = BASE_NS::refcnt_ptr<IGraphicsContext>; 87 IGraphicsContext() = default; 88 virtual ~IGraphicsContext() = default;
|
H A D | intf_plugin.h | 26 class IGraphicsContext; 39 using CreatePluginFn = CORE_NS::PluginToken (*)(IGraphicsContext&);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.h | 31 class IGraphicsContext; 39 explicit SceneUtil(IGraphicsContext& graphicsContext); 85 IGraphicsContext& graphicsContext_;
|
H A D | render_util.h | 28 class IGraphicsContext; 35 explicit RenderUtil(IGraphicsContext& graphicsContext);
|
H A D | scene_util.cpp | 116 SceneUtil::SceneUtil(IGraphicsContext& graphicsContext) : graphicsContext_(graphicsContext) {} in SceneUtil() 317 IEcs& ecs, IGraphicsContext& graphicsContext, const Entity& nodeEntity) in CreateReflectionPlaneObjectFromEntity()
|
H A D | render_util.cpp | 146 RenderUtil::RenderUtil(IGraphicsContext& graphicsContext) in RenderUtil()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ |
H A D | graphics_context.cpp | 254 CORE_NS::GetName<IGraphicsContext>().data(), 360 if (uid == IGraphicsContext::UID) { in GetInterface() 361 return static_cast<const IGraphicsContext*>(this); in GetInterface() 363 return static_cast<const IInterface*>(static_cast<const IGraphicsContext*>(this)); in GetInterface() 374 if (uid == IGraphicsContext::UID) { in GetInterface() 375 return static_cast<IGraphicsContext*>(this); in GetInterface() 377 return static_cast<IInterface*>(static_cast<IGraphicsContext*>(this)); in GetInterface()
|
H A D | graphics_context.h | 49 class GraphicsContext final : public IGraphicsContext, 109 inline constexpr BASE_NS::string_view GetName(const IGraphicsContext*) in GetName() argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2.h | 34 class IGraphicsContext; 39 explicit Gltf2(IGraphicsContext& graphicsContext);
|
H A D | gltf2_importer.h | 53 class IGraphicsContext; 226 IGraphicsContext* graphicsContext_ { nullptr };
|
H A D | gltf2.cpp | 37 Gltf2::Gltf2(IGraphicsContext& graphicsContext) in Gltf2()
|
H A D | gltf2_importer.cpp | 3515 : ecs_(ecs), graphicsContext_(GetInstance<IGraphicsContext>( in Gltf2SceneImporter() 3521 : ecs_(ecs), graphicsContext_(GetInstance<IGraphicsContext>( in Gltf2SceneImporter()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_manager.h | 29 …AssetManager(RENDER_NS::IRenderContext& renderContext, CORE3D_NS::IGraphicsContext& graphicsContex… in SCENE_BEGIN_NAMESPACE() 73 CORE3D_NS::IGraphicsContext& graphicsContext_; in SCENE_BEGIN_NAMESPACE()
|
H A D | asset_loader.cpp | 81 …AssetLoader(AssetManager& assetManager, IRenderContext& renderContext, IGraphicsContext& graphicsC… in AssetLoader() 708 CORE3D_NS::IGraphicsContext& graphicsContext_; 731 … IGraphicsContext& graphicsContext, IEntityCollection& ec, string_view src, string_view contextUri) in CreateAssetLoader()
|
H A D | asset_manager.cpp | 34 AssetManager::AssetManager(IRenderContext& renderContext, IGraphicsContext& graphicsContext) in SCENE_BEGIN_NAMESPACE()
|
H A D | asset_loader.h | 32 CORE3D_NS::IGraphicsContext& graphicsContext, IEntityCollection& ec, BASE_NS::string_view src,
|
H A D | scene_holder.h | 525 CORE3D_NS::IGraphicsContext::Ptr graphicsContext3D_;
|
H A D | scene_holder.cpp | 290 graphicsContext3D_ = CreateInstance<CORE3D_NS::IGraphicsContext>( in InitializeScene()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/ |
H A D | lume_custom_render.h | 46 CORE3D_NS::IGraphicsContext::Ptr graphicsContext_; 95 CORE3D_NS::IGraphicsContext::Ptr graphicsContext_;
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/ |
H A D | lume_common.h | 198 CORE3D_NS::IGraphicsContext::Ptr CreateGfx3DContext(); 199 CORE3D_NS::IGraphicsContext::Ptr GetGraphicsContext(); 223 CORE3D_NS::IGraphicsContext::Ptr graphicsContext_;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.h | 84 class IGraphicsContext; variable 268 IGraphicsContext* graphicsContext_ = nullptr;
|
H A D | render_preprocessor_system.h | 113 IGraphicsContext* graphicsContext_ { nullptr };
|
H A D | render_preprocessor_system.cpp | 139 …GetInstance<IGraphicsContext>(*renderContext_->GetInterface<IClassRegister>(), UID_GRAPHICS_CONTEX… in RenderPreprocessorSystem()
|
H A D | render_system.cpp | 1170 …GetInstance<IGraphicsContext>(*renderContext_->GetInterface<IClassRegister>(), UID_GRAPHICS_CONTEX… in RenderSystem()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 275 CORE3D_NS::IGraphicsContext::Ptr LumeCommon::CreateGfx3DContext() in CreateGfx3DContext() 281 graphicsContext_ = CORE_NS::CreateInstance<CORE3D_NS::IGraphicsContext>( in CreateGfx3DContext() 305 CORE3D_NS::IGraphicsContext::Ptr LumeCommon::GetGraphicsContext() in GetGraphicsContext()
|