Home
last modified time | relevance | path

Searched defs:graphicsContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2.cpp37 Gltf2::Gltf2(IGraphicsContext& graphicsContext) in Gltf2()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp81 …oader(AssetManager& assetManager, IRenderContext& renderContext, IGraphicsContext& graphicsContext, in AssetLoader()
731IGraphicsContext& graphicsContext, IEntityCollection& ec, string_view src, string_view contextUri) in CreateAssetLoader()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp146 RenderUtil::RenderUtil(IGraphicsContext& graphicsContext) in RenderUtil()
H A Dscene_util.cpp116 SceneUtil::SceneUtil(IGraphicsContext& graphicsContext) : graphicsContext_(graphicsContext) {} in SceneUtil()
317 IEcs& ecs, IGraphicsContext& graphicsContext, const Entity& nodeEntity) in CreateReflectionPlaneObjectFromEntity()