Searched refs:nVertices (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | partitionY.h | 88 void sweepY(Int nVertices, directedLine **sortedVerteces, sweepRange** ret_ranges);
|
| H A D | monoChain.h | 95 Int MC_sweepY(Int nVertices, monoChain** sortedVertices, sweepRange** ret_ranges);
|
| H A D | monoTriangulation.h | 83 vertexArray(Real vertices[][2], Int nVertices);
|
| H A D | partitionY.cc | 722 void sweepY(Int nVertices, directedLine** sortedVertices, sweepRange** ret_ranges) argument 729 for(i=0; i<nVertices;i++)
|
| H A D | monoTriangulation.cc | 1118 vertexArray::vertexArray(Real2* vertices, Int nVertices) argument 1121 size = index = nVertices; 1122 array = (Real**) malloc(sizeof(Real*) * nVertices); 1124 for(i=0; i<nVertices; i++)
|
| H A D | monoChain.cc | 451 Int MC_sweepY(Int nVertices, monoChain** sortedVertices, sweepRange** ret_ranges) argument 457 //printf("nVertices=%i\n", nVertices); 462 //printf("nVertices=%i\n", nVertices); 463 for(i=0; i<nVertices; i++)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 3151 int nVertices = emit->key.tcs.vertices_per_patch; local in function:emit_hull_shader_declarations 3153 alloc_immediate_int4(emit, nVertices, nVertices, nVertices, 0);
|
Completed in 19 milliseconds