Home
last modified time | relevance | path

Searched refs:GetRenderSortLayerOrder (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dmesh.h206 uint8_t GetRenderSortLayerOrder(size_t index) const in GetRenderSortLayerOrder() function
209 return mesh->GetRenderSortLayerOrder(index); in GetRenderSortLayerOrder()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_mesh.h112 virtual uint8_t GetRenderSortLayerOrder(size_t index) const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmesh_impl.cpp377 uint8_t GetRenderSortLayerOrder(size_t index) const override in GetRenderSortLayerOrder() function in __anonc1d7ca6d0110::MeshImpl