Home
last modified time | relevance | path

Searched refs:vcount (Results 126 – 150 of 1085) sorted by relevance

12345678910>>...44

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_hull.h83 unsigned int vcount, in HullDesc() argument
88 mVcount = vcount; in HullDesc()
139 …void BringOutYourDead(const float *verts,unsigned int vcount, float *overts,unsigned int &ocount,u…
144 unsigned int &vcount, // output number of vertices
H A DConvexDecomposition.cpp103 void calcConvexDecomposition(unsigned int vcount, in calcConvexDecomposition() argument
122 float c = computeConcavity( vcount, vertices, tcount, indices, callback, plane, volume ); in calcConvexDecomposition()
149 desc.mVcount = vcount; in calcConvexDecomposition()
344 unsigned int vcount = Vl_getVcount(vfront); in calcConvexDecomposition() local
348 … calcConvexDecomposition(vcount, vertices, tcount, &ifront[0], callback, masterVolume, depth+1); in calcConvexDecomposition()
358 unsigned int vcount = Vl_getVcount(vback); in calcConvexDecomposition() local
362 calcConvexDecomposition(vcount, vertices, tcount, &iback[0], callback, masterVolume, depth+1); in calcConvexDecomposition()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/StanHull/
H A Dhull.h86 unsigned int vcount, in HullDesc() argument
91 mVcount = vcount; in HullDesc()
142 …void BringOutYourDead(const float *verts,unsigned int vcount, float *overts,unsigned int &ocount,u…
147 unsigned int &vcount, // output number of vertices
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.h81 unsigned int vcount, in HullDesc() argument
86 mVcount = vcount; in HullDesc()
135 …void BringOutYourDead(const float *verts, unsigned int vcount, float *overts, unsigned int &ocount…
140 unsigned int &vcount, // output number of vertices
H A DConvexDecomposition.cpp95 void calcConvexDecomposition(unsigned int vcount, in calcConvexDecomposition() argument
111 float c = computeConcavity(vcount, vertices, tcount, indices, callback, plane, volume); in calcConvexDecomposition()
136 desc.mVcount = vcount; in calcConvexDecomposition()
321 unsigned int vcount = Vl_getVcount(vfront); in calcConvexDecomposition() local
325 calcConvexDecomposition(vcount, vertices, tcount, &ifront[0], callback, masterVolume, depth + 1); in calcConvexDecomposition()
334 unsigned int vcount = Vl_getVcount(vback); in calcConvexDecomposition() local
338 calcConvexDecomposition(vcount, vertices, tcount, &iback[0], callback, masterVolume, depth + 1); in calcConvexDecomposition()
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_to_directed.out4 vcount: 6
20 vcount: 6
46 vcount: 6
H A Digraph_recent_degree_game.out3 vcount: 0
8 vcount: 5
13 vcount: 10
H A Digraph_forest_fire_game.out3 vcount: 0
8 vcount: 10
13 vcount: 5
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dcurs_main.c238 return (Context->vcount ? Context->vcount - 1 : 0); in ci_first_message()
279 if (menu->current < ctx->vcount) in update_index()
294 ctx->vcount = 0; in update_index()
301 ctx->hdrs[j]->virtual = ctx->vcount; in update_index()
302 ctx->v2r[ctx->vcount] = j; in update_index()
304 ctx->vcount++; in update_index()
508 menu->max = Context->vcount; in mutt_index_menu()
833 menu->oldcurrent = (Context->vcount && menu->current >= 0 && menu->current < Context->vcount) ? in mutt_index_menu()
1019 int oldvcount = Context->vcount; in mutt_index_menu()
1471 if (i > Context->vcount - 1) in mutt_index_menu()
[all …]
/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest_operators.R13 expect_that(vcount(gu), equals(11))
21 as_edgelist(g2)+vcount(g1)))))
43 expect_that(vcount(gc), equals(11))
59 expect_equal(vcount(gg), 5)
H A Dtest_decompose.graph.R9 Gsizes <- sapply(G, vcount)
23 V(g)$name <- 1:vcount(g)
34 d <- d[order(sapply(d, vcount))]
37 expect_that(sapply(d, vcount), equals(c(5,10)))
H A Dtest_ba.game.R9 expect_that(vcount(g), equals(100))
14 expect_that(vcount(g2), equals(100))
19 expect_that(vcount(g3), equals(100))
29 expect_that(vcount(g4), equals(10))
/dports/math/igraph/igraph-0.9.5/src/games/
H A Ddegree_sequence.c436 long vcount, ecount, stub_count; in igraph_i_degree_sequence_game_no_multiple_undirected_uniform() local
445 vcount = igraph_vector_size(degseq); in igraph_i_degree_sequence_game_no_multiple_undirected_uniform()
453 for (i = 0; i < vcount; ++i) { in igraph_i_degree_sequence_game_no_multiple_undirected_uniform()
462 IGRAPH_CHECK(igraph_vector_ptr_init(&adjlist, vcount)); in igraph_i_degree_sequence_game_no_multiple_undirected_uniform()
465 for (i = 0; i < vcount; ++i) { in igraph_i_degree_sequence_game_no_multiple_undirected_uniform()
519 for (j = 0; j < vcount; ++j) { in igraph_i_degree_sequence_game_no_multiple_undirected_uniform()
548 long vcount, ecount; in igraph_i_degree_sequence_game_no_multiple_directed_uniform() local
556 vcount = igraph_vector_size(out_deg); in igraph_i_degree_sequence_game_no_multiple_directed_uniform()
565 for (i = 0; i < vcount; ++i) { in igraph_i_degree_sequence_game_no_multiple_directed_uniform()
584 for (i = 0; i < vcount; ++i) { in igraph_i_degree_sequence_game_no_multiple_directed_uniform()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DvhacdRaycastMesh.cpp72 MyRaycastMesh(uint32_t vcount, in MyRaycastMesh() argument
77 mVcount = vcount; in MyRaycastMesh()
189 …RaycastMesh * RaycastMesh::createRaycastMesh(uint32_t vcount, // The number of vertices in the so… in createRaycastMesh() argument
194 MyRaycastMesh *m = new MyRaycastMesh(vcount, vertices, tcount, indices); in createRaycastMesh()
198 …RaycastMesh * RaycastMesh::createRaycastMesh(uint32_t vcount, // The number of vertices in the so… in createRaycastMesh() argument
203 MyRaycastMesh *m = new MyRaycastMesh(vcount, vertices, tcount, indices); in createRaycastMesh()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DvhacdRaycastMesh.cpp72 MyRaycastMesh(uint32_t vcount, in MyRaycastMesh() argument
77 mVcount = vcount; in MyRaycastMesh()
189 …RaycastMesh * RaycastMesh::createRaycastMesh(uint32_t vcount, // The number of vertices in the so… in createRaycastMesh() argument
194 MyRaycastMesh *m = new MyRaycastMesh(vcount, vertices, tcount, indices); in createRaycastMesh()
198 …RaycastMesh * RaycastMesh::createRaycastMesh(uint32_t vcount, // The number of vertices in the so… in createRaycastMesh() argument
203 MyRaycastMesh *m = new MyRaycastMesh(vcount, vertices, tcount, indices); in createRaycastMesh()
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dmesh_data_tool.cpp53 int vcount = varray.size(); in create_from_surface() local
89 vertices.resize(vcount); in create_from_surface()
132 indices.resize(vcount); in create_from_surface()
202 v.resize(vcount); in commit_to_surface()
207 n.resize(vcount); in commit_to_surface()
213 t.resize(vcount * 4); in commit_to_surface()
219 u.resize(vcount); in commit_to_surface()
225 u2.resize(vcount); in commit_to_surface()
231 c.resize(vcount); in commit_to_surface()
237 b.resize(vcount * 4); in commit_to_surface()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dmesh_data_tool.cpp53 int vcount = varray.size(); in create_from_surface() local
89 vertices.resize(vcount); in create_from_surface()
132 indices.resize(vcount); in create_from_surface()
202 v.resize(vcount); in commit_to_surface()
207 n.resize(vcount); in commit_to_surface()
213 t.resize(vcount * 4); in commit_to_surface()
219 u.resize(vcount); in commit_to_surface()
225 u2.resize(vcount); in commit_to_surface()
231 c.resize(vcount); in commit_to_surface()
237 b.resize(vcount * 4); in commit_to_surface()
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dmesh_data_tool.cpp52 int vcount = varray.size(); in create_from_surface() local
88 vertices.resize(vcount); in create_from_surface()
131 indices.resize(vcount); in create_from_surface()
202 v.resize(vcount); in commit_to_surface()
207 n.resize(vcount); in commit_to_surface()
213 t.resize(vcount * 4); in commit_to_surface()
219 u.resize(vcount); in commit_to_surface()
225 u2.resize(vcount); in commit_to_surface()
231 c.resize(vcount); in commit_to_surface()
237 b.resize(vcount * 4); in commit_to_surface()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dmesh_data_tool.cpp52 int vcount = varray.size(); in create_from_surface() local
88 vertices.resize(vcount); in create_from_surface()
131 indices.resize(vcount); in create_from_surface()
202 v.resize(vcount); in commit_to_surface()
207 n.resize(vcount); in commit_to_surface()
213 t.resize(vcount * 4); in commit_to_surface()
219 u.resize(vcount); in commit_to_surface()
225 u2.resize(vcount); in commit_to_surface()
231 c.resize(vcount); in commit_to_surface()
237 b.resize(vcount * 4); in commit_to_surface()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/opengles1/
H A Dpbuffer.c65 int vcount; in draw_torus() local
85 vcount = 0; /* glBegin(GL_QUAD_STRIP); */ in draw_torus()
101 Normal(narray[vcount], cosTheta1 * cosPhi, -sinTheta1 * cosPhi, sinPhi); in draw_torus()
102 Texcoord(tarray[vcount], s1, t); in draw_torus()
104 vcount++; in draw_torus()
106 Normal(narray[vcount], cosTheta * cosPhi, -sinTheta * cosPhi, sinPhi); in draw_torus()
107 Texcoord(tarray[vcount], s0, t); in draw_torus()
108 Vertex(varray[vcount], cosTheta * dist, -sinTheta * dist, r * sinPhi); in draw_torus()
109 vcount++; in draw_torus()
113 assert(vcount <= 100); in draw_torus()
[all …]
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/opengles1/
H A Dpbuffer.c65 int vcount; in draw_torus() local
85 vcount = 0; /* glBegin(GL_QUAD_STRIP); */ in draw_torus()
101 Normal(narray[vcount], cosTheta1 * cosPhi, -sinTheta1 * cosPhi, sinPhi); in draw_torus()
102 Texcoord(tarray[vcount], s1, t); in draw_torus()
104 vcount++; in draw_torus()
106 Normal(narray[vcount], cosTheta * cosPhi, -sinTheta * cosPhi, sinPhi); in draw_torus()
107 Texcoord(tarray[vcount], s0, t); in draw_torus()
108 Vertex(varray[vcount], cosTheta * dist, -sinTheta * dist, r * sinPhi); in draw_torus()
109 vcount++; in draw_torus()
113 assert(vcount <= 100); in draw_torus()
[all …]
/dports/graphics/freetype-gl/freetype-gl-647b062/harfbuzz/
H A Dvertex-buffer.h214 const size_t vcount );
248 const size_t vcount );
290 const void * vertices, const size_t vcount,
307 const void * vertices, const size_t vcount,
/dports/graphics/freetype-gl/freetype-gl-647b062/
H A Dvertex-buffer.h214 const size_t vcount );
248 const size_t vcount );
290 const void * vertices, const size_t vcount,
307 const void * vertices, const size_t vcount,
/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A DConvexDecomposition.cpp95 void calcConvexDecomposition(unsigned int vcount, in calcConvexDecomposition() argument
111 float c = computeConcavity(vcount, vertices, tcount, indices, callback, plane, volume); in calcConvexDecomposition()
136 desc.mVcount = vcount; in calcConvexDecomposition()
321 unsigned int vcount = Vl_getVcount(vfront); in calcConvexDecomposition() local
325 calcConvexDecomposition(vcount, vertices, tcount, &ifront[0], callback, masterVolume, depth + 1); in calcConvexDecomposition()
334 unsigned int vcount = Vl_getVcount(vback); in calcConvexDecomposition() local
338 calcConvexDecomposition(vcount, vertices, tcount, &iback[0], callback, masterVolume, depth + 1); in calcConvexDecomposition()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A DConvexDecomposition.cpp103 void calcConvexDecomposition(unsigned int vcount, in calcConvexDecomposition() argument
122 float c = computeConcavity( vcount, vertices, tcount, indices, callback, plane, volume ); in calcConvexDecomposition()
149 desc.mVcount = vcount; in calcConvexDecomposition()
344 unsigned int vcount = Vl_getVcount(vfront); in calcConvexDecomposition() local
348 … calcConvexDecomposition(vcount, vertices, tcount, &ifront[0], callback, masterVolume, depth+1); in calcConvexDecomposition()
358 unsigned int vcount = Vl_getVcount(vback); in calcConvexDecomposition() local
362 calcConvexDecomposition(vcount, vertices, tcount, &iback[0], callback, masterVolume, depth+1); in calcConvexDecomposition()

12345678910>>...44