Home
last modified time | relevance | path

Searched refs:mesh_surface_get_array_len (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dmesh.cpp753 d["vertex_count"] = VS::get_singleton()->mesh_surface_get_array_len(mesh, idx); in _get()
952 return VisualServer::get_singleton()->mesh_surface_get_array_len(mesh, p_idx); in surface_get_array_len()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dmesh.cpp753 d["vertex_count"] = VS::get_singleton()->mesh_surface_get_array_len(mesh, idx); in _get()
952 return VisualServer::get_singleton()->mesh_surface_get_array_len(mesh, p_idx); in surface_get_array_len()
/dports/devel/godot/godot-3.2.3-stable/servers/visual/
H A Dvisual_server_wrap_mt.h165 FUNC2RC(int, mesh_surface_get_array_len, RID, int) in FUNCRID()
H A Dvisual_server_raster.h229 BIND2RC(int, mesh_surface_get_array_len, RID, int)
/dports/devel/godot-tools/godot-3.2.3-stable/servers/visual/
H A Dvisual_server_wrap_mt.h165 FUNC2RC(int, mesh_surface_get_array_len, RID, int) in FUNCRID()
H A Dvisual_server_raster.h229 BIND2RC(int, mesh_surface_get_array_len, RID, int)
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dsoft_body.cpp52 const int surface_vertex_len = VS::get_singleton()->mesh_surface_get_array_len(mesh, p_surface); in prepare()
H A Dsprite_3d.cpp433 const int surface_vertex_len = VS::get_singleton()->mesh_surface_get_array_len(mesh, 0); in SpriteBase3D()
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dmesh.cpp369 return VisualServer::get_singleton()->mesh_surface_get_array_len(mesh, p_idx); in surface_get_array_len()
/dports/devel/godot2/godot-2.1.6-stable/servers/visual/
H A Dvisual_server_wrap_mt.h196 FUNC2RC(int, mesh_surface_get_array_len, RID, int);
H A Drasterizer_dummy.h452 virtual int mesh_surface_get_array_len(RID p_mesh, int p_surface) const;
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dmesh.cpp369 return VisualServer::get_singleton()->mesh_surface_get_array_len(mesh, p_idx); in surface_get_array_len()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/visual/
H A Dvisual_server_wrap_mt.h196 FUNC2RC(int, mesh_surface_get_array_len, RID, int);
H A Drasterizer_dummy.h452 virtual int mesh_surface_get_array_len(RID p_mesh, int p_surface) const;
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dsoft_body.cpp52 const int surface_vertex_len = VS::get_singleton()->mesh_surface_get_array_len(mesh, p_surface); in prepare()
H A Dsprite_3d.cpp433 const int surface_vertex_len = VS::get_singleton()->mesh_surface_get_array_len(mesh, 0); in SpriteBase3D()
/dports/devel/godot/godot-3.2.3-stable/servers/
H A Dvisual_server.cpp1596 int vertex_len = mesh_surface_get_array_len(p_mesh, p_surface); in mesh_surface_get_arrays()
1610 int vertex_len = mesh_surface_get_array_len(p_mesh, p_surface); in mesh_surface_get_blend_shape_arrays()
1704 …ETHOD("mesh_surface_get_array_len", "mesh", "surface"), &VisualServer::mesh_surface_get_array_len); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/
H A Dvisual_server.cpp1596 int vertex_len = mesh_surface_get_array_len(p_mesh, p_surface); in mesh_surface_get_arrays()
1610 int vertex_len = mesh_surface_get_array_len(p_mesh, p_surface); in mesh_surface_get_blend_shape_arrays()
1704 …ETHOD("mesh_surface_get_array_len", "mesh", "surface"), &VisualServer::mesh_surface_get_array_len); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/
H A Dvisual_server.cpp376 …tTypeDB::bind_method(_MD("mesh_surface_get_array_len"), &VisualServer::mesh_surface_get_array_len); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/iphone/
H A Drasterizer_iphone.h658 virtual int mesh_surface_get_array_len(RID p_mesh, int p_surface) const;
/dports/devel/godot2/godot-2.1.6-stable/platform/iphone/
H A Drasterizer_iphone.h658 virtual int mesh_surface_get_array_len(RID p_mesh, int p_surface) const;
/dports/devel/godot2/godot-2.1.6-stable/servers/
H A Dvisual_server.cpp376 …tTypeDB::bind_method(_MD("mesh_surface_get_array_len"), &VisualServer::mesh_surface_get_array_len); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles2/
H A Drasterizer_storage_gles2.h733 virtual int mesh_surface_get_array_len(RID p_mesh, int p_surface) const;
/dports/devel/godot/godot-3.2.3-stable/drivers/dummy/
H A Drasterizer_dummy.h345 int mesh_surface_get_array_len(RID p_mesh, int p_surface) const { in mesh_surface_get_array_len() function
/dports/devel/godot/godot-3.2.3-stable/drivers/gles2/
H A Drasterizer_storage_gles2.h733 virtual int mesh_surface_get_array_len(RID p_mesh, int p_surface) const;

123