Searched refs:CreateFromNativeInstance (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | MeshJS.cpp | 99 napi_value val = CreateFromNativeInstance( in GetSubmesh() 163 …return CreateFromNativeInstance(ctx, obj, false /*these are owned by the scene*/, BASE_NS::countof… in GetMaterialOverride()
|
H A D | GeometryJS.cpp | 117 …return CreateFromNativeInstance(ctx, mesh, false /*these are owned by the scene*/, BASE_NS::counto… in GetMesh()
|
H A D | NodeImpl.cpp | 312 …return CreateFromNativeInstance(ctx, root, false /*these are owned by the scene*/, BASE_NS::counto… in GetParent() 383 …CreateFromNativeInstance(ctx, child, false /*these are owned by the scene*/, BASE_NS::countof(args… in GetChild() 630 …return CreateFromNativeInstance(ctx, child, false /*these are owned by the scene*/, BASE_NS::count… in GetNodeByPath()
|
H A D | EnvironmentJS.cpp | 269 return CreateFromNativeInstance(ctx, obj, false, BASE_NS::countof(args), args); in GetEnvironmentImage() 304 return CreateFromNativeInstance(ctx, obj, false, BASE_NS::countof(args), args); in GetRadianceImage()
|
H A D | SubMeshJS.cpp | 164 return CreateFromNativeInstance(ctx, obj, false /*these are owned by the scene*/, argc, argv); in GetMaterial()
|
H A D | BaseObjectJS.cpp | 207 NapiApi::Object CreateFromNativeInstance( in CreateFromNativeInstance() function
|
H A D | PostProcJS.cpp | 237 … napi_value tonemapJS = CreateFromNativeInstance(ctx, obj, false, BASE_NS::countof(args), args); in GetToneMapping()
|
H A D | SceneJS.cpp | 576 …return CreateFromNativeInstance(ctx, obj, false /*these are owned by the scene*/, BASE_NS::countof… in GetRoot() 607 … environmentJS_ = { ctx, CreateFromNativeInstance(ctx, obj, false, BASE_NS::countof(args), args) }; in GetEnvironment() 1048 val = CreateFromNativeInstance( in GetAnimations()
|
H A D | CameraJS.cpp | 347 … napi_value postProcJS = CreateFromNativeInstance(ctx, obj, false, BASE_NS::countof(args), args); in GetPostProcess()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | BaseObjectJS.h | 208 NapiApi::Object CreateFromNativeInstance(
|