Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_pod.h60 … virtual void DestroyPod(const BASE_NS::string_view typeName, const BASE_NS::string_view name) = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_pod.h54 void DestroyPod(const BASE_NS::string_view typeName, const BASE_NS::string_view name) override;
H A Drender_data_store_pod.cpp65 void RenderDataStorePod::DestroyPod(const string_view typeName, const string_view name) in DestroyPod() function in RenderDataStorePod
H A Drender_data_store_post_process.cpp235 dataStorePod->DestroyPod(RENDER_DATA_STORE_POST_PROCESS_TYPE_NAME, name); in Destroy()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.cpp552 pod->DestroyPod(POST_PROCESS_NAME, ref); in DestroyPlugin3D()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2259 dataStore->DestroyPod(POST_PROCESS_NAME, ref.c_str()); in DestroyRenderDataStores()