HomeSort by: relevance | last modified time | path
    Searched refs:temp_vertex (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
insurfeval.cc 186 static void gTessVertexSphere(float u, float v, float temp_normal[3], float temp_vertex[3])
202 temp_vertex[0] = x;
203 temp_vertex[1] = y;
204 temp_vertex[2] = z;
210 static void gTessVertexCyl(float u, float v, float temp_normal[3], float temp_vertex[3])
226 temp_vertex[0] = x;
227 temp_vertex[1] = y;
228 temp_vertex[2] = z;
1704 REAL temp_vertex[5]; local
1727 inDoDomain2EM(&em_vertex, u,v,temp_vertex);
    [all...]
incurveeval.cc 164 REAL temp_vertex[4]; local
188 inDoDomain1(&em_vertex, u, temp_vertex);
189 vertexCallBack(temp_vertex, userData);

Completed in 5 milliseconds