Home
last modified time | relevance | path

Searched refs:CreateFromNativeInstance (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DMeshJS.cpp99 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 DGeometryJS.cpp117 …return CreateFromNativeInstance(ctx, mesh, false /*these are owned by the scene*/, BASE_NS::counto… in GetMesh()
H A DNodeImpl.cpp312 …return CreateFromNativeInstance(ctx, root, false /*these are owned by the scene*/, BASE_NS::counto… in GetParent()
383CreateFromNativeInstance(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 DEnvironmentJS.cpp269 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 DSubMeshJS.cpp164 return CreateFromNativeInstance(ctx, obj, false /*these are owned by the scene*/, argc, argv); in GetMaterial()
H A DBaseObjectJS.cpp207 NapiApi::Object CreateFromNativeInstance( in CreateFromNativeInstance() function
H A DPostProcJS.cpp237 … napi_value tonemapJS = CreateFromNativeInstance(ctx, obj, false, BASE_NS::countof(args), args); in GetToneMapping()
H A DSceneJS.cpp576 …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 DCameraJS.cpp347 … 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 DBaseObjectJS.h208 NapiApi::Object CreateFromNativeInstance(