Searched refs:nextvlistslot (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtrimvertpool.cc56 nextvlistslot = 0;
68 while( nextvlistslot ) {
69 delete [] vlist[--nextvlistslot];
87 while( nextvlistslot ) {
88 delete [] vlist[--nextvlistslot];
89 vlist[nextvlistslot] = 0;
109 if( nextvlistslot == vlistsize ) {
112 memcpy( nvlist, vlist, nextvlistslot * sizeof(TrimVertex_p) );
116 v = vlist[nextvlistslot++] = new TrimVertex[n];
H A Dtrimvertpool.h54 int nextvlistslot; member in class:TrimVertexPool

Completed in 4 milliseconds