Searched refs:eType (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ToneMapJS.cpp | 101 napi_value eType; in Init() local 103 napi_create_object(env, &eType); in Init() 108 DECL_ENUM(eType, ACES); in Init() 109 DECL_ENUM(eType, ACES_2020); in Init() 110 DECL_ENUM(eType, FILMIC); in Init() 112 exp.Set("ToneMappingType", eType); in Init()
|
H A D | EnvironmentJS.cpp | 67 napi_value eType; in Init() local 69 napi_create_object(env, &eType); in Init() 74 DECL_ENUM(eType, BACKGROUND_NONE); in Init() 75 DECL_ENUM(eType, BACKGROUND_IMAGE); in Init() 76 DECL_ENUM(eType, BACKGROUND_CUBEMAP); in Init() 77 DECL_ENUM(eType, BACKGROUND_EQUIRECTANGULAR); in Init() 79 exp.Set("EnvironmentBackgroundType", eType); in Init()
|
H A D | MaterialJS.cpp | 48 napi_value eType; in Init() local 50 napi_create_object(env, &eType); in Init() 55 DECL_ENUM(eType, SHADER); in Init() 57 exp.Set("MaterialType", eType); in Init()
|
Completed in 2 milliseconds