Home
last modified time | relevance | path

Searched refs:ReleaseDispose (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DSceneJS.h44 void ReleaseDispose(uintptr_t token);
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DImageJS.cpp53 sceneJS->ReleaseDispose((uintptr_t)&scene_); in DisposeNative()
H A DAnimationJS.cpp120 sceneJS->ReleaseDispose((uintptr_t)&scene_); in DisposeNative()
H A DMaterialJS.cpp162 sceneJS->ReleaseDispose((uintptr_t)&scene_); in DisposeNative()
H A DShaderJS.cpp376 sceneJS->ReleaseDispose((uintptr_t)&scene_); in DisposeNative()
H A DSceneJS.cpp1062 void SceneJS::ReleaseDispose(uintptr_t token) in ReleaseDispose() function in SceneJS