Home
last modified time | relevance | path

Searched refs:VERSION_MAJOR (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_data_loader.cpp35 constexpr uint32_t VERSION_MAJOR { 22u };
102 if ((type != "shader") || (verMajor != VERSION_MAJOR)) { in LoadFunc()
H A Drender_node_graph_loader.cpp45 constexpr uint32_t VERSION_MAJOR { 22u };
134 if ((type != "rendernodegraph") || (verMajor != VERSION_MAJOR)) { in CompatibilityCheck()
/foundation/ability/idl_tool/util/
H A Doptions.h174 static constexpr int VERSION_MAJOR = 0; member in OHOS::Idl::Options
H A Doptions.cpp131 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Dintf_ecs_serializer.h35 static const uint32_t VERSION_MAJOR { 22u };
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h35 static const uint32_t VERSION_MAJOR { 22u };
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp497 const IoUtil::CompatibilityInfo info { VERSION_MAJOR, VERSION_MINOR, type }; in WriteEntityCollection()
791 { VERSION_MAJOR, VERSION_MAJOR, minor, minor, ec.GetType() }, in ReadEntityCollection()
792 { VERSION_MAJOR, VERSION_MAJOR, minor, minor, "entity_collection" }, in ReadEntityCollection()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp559 const IoUtil::CompatibilityInfo info { VERSION_MAJOR, VERSION_MINOR, type }; in WriteEntityCollection()
854 { VERSION_MAJOR, VERSION_MAJOR, minor, minor, ec.GetType() }, in ReadEntityCollection()
855 { VERSION_MAJOR, VERSION_MAJOR, minor, minor, "entity_collection" }, in ReadEntityCollection()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp66 constexpr uint32_t VERSION_MAJOR { 22u };
382 if ((type != "systemgraph") || (verMajor != VERSION_MAJOR)) { in LoadString()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.h288 static constexpr int VERSION_MAJOR = 1; member in OHOS::Idl::Options
H A Doptions.cpp647 VERSION_MAJOR, VERSION_MINOR); in ShowVersion()

Completed in 9 milliseconds