Searched defs:DECL_ENUM (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneResourceImpl.cpp | 35 #define DECL_ENUM(enu, x) \ in RegisterEnums() macro
|
H A D | ToneMapJS.cpp | 104 #define DECL_ENUM(enu, x) \ in Init() macro
|
H A D | MaterialJS.cpp | 51 #define DECL_ENUM(enu, x) \ in Init() macro
|
H A D | EnvironmentJS.cpp | 70 #define DECL_ENUM(enu, x) \ in Init() macro
|
H A D | LightJS.cpp | 30 #define DECL_ENUM(enu, x) \ in RegisterEnums() macro
|
H A D | NodeImpl.cpp | 34 #define DECL_ENUM(enu, x) \ in RegisterEnums() macro
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | core_metadata.inl | 226 #define DECL_ENUM(dataType, name, displayName) { #name, displayName, (int64_t)dataType::name }, macro
|