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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoTriangulation.cc1041 Int tempIndex, oldtempIndex = 0; local in function:monoTriangulationRec
1076 tempIndex = dec_index;
1077 while( compV2InY(inc_chain->getVertex(inc_index), temp->getVertex(tempIndex))<=0) {
1079 oldtempIndex = tempIndex;
1080 rChain.processNewVertex(temp->getVertex(tempIndex), pStream);
1082 if(tempIndex == temp->get_npoints()-1){
1083 tempIndex = 0;
1087 tempIndex++;
1091 monoTriangulationRec(inc_chain, inc_index, temp, tempIndex, oldtemp, oldtempIndex, botVertex, pStream);
1097 tempIndex
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c5265 unsigned i, tempIndex = startIndex; local in function:create_temp_array
5275 for (i = 0; i < count; i++, tempIndex++) {
5276 emit->temp_map[tempIndex].arrayId = arrayID;
5277 emit->temp_map[tempIndex].index = i;

Completed in 15 milliseconds