Searched refs:nVertices (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionY.h88 void sweepY(Int nVertices, directedLine **sortedVerteces, sweepRange** ret_ranges);
H A DmonoChain.h95 Int MC_sweepY(Int nVertices, monoChain** sortedVertices, sweepRange** ret_ranges);
H A DmonoTriangulation.h83 vertexArray(Real vertices[][2], Int nVertices);
H A DpartitionY.cc722 void sweepY(Int nVertices, directedLine** sortedVertices, sweepRange** ret_ranges) argument
729 for(i=0; i<nVertices;i++)
H A DmonoTriangulation.cc1118 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 DmonoChain.cc451 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 Dsvga_tgsi_vgpu10.c3151 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