Home
last modified time | relevance | path

Searched defs:CreateInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_context_manager.h53 struct CreateInfo { struct
70 explicit RenderNodeContextManager(const CreateInfo& createInfo); argument
H A Drender_node_parser_util.h33 struct CreateInfo {}; in RENDER_BEGIN_NAMESPACE() struct
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_registry.h82 struct CreateInfo { struct
83 constexpr CreateInfo() noexcept : instanceId(), isGloballyAvailable(false) {}; in CreateInfo() function
84 … constexpr CreateInfo(InstanceId id) noexcept : instanceId(id), isGloballyAvailable(false) {}; in CreateInfo() argument
85 …constexpr CreateInfo(InstanceId id, bool global) noexcept : instanceId(id), isGloballyAvailable(gl… in CreateInfo() function
87 InstanceId instanceId;
92 bool isGloballyAvailable;
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp217 NodeInfo CreateInfo(NodeInfo &nodeInfo) in CreateInfo() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h199 struct CreateInfo { struct