Searched refs:temp_vertex (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | insurfeval.cc | 186 static void gTessVertexSphere(float u, float v, float temp_normal[3], float temp_vertex[3]) argument 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]) argument 226 temp_vertex[0] = x; 227 temp_vertex[1] = y; 228 temp_vertex[2] = z; 1704 REAL temp_vertex[5]; local in function:OpenGLSurfaceEvaluator::inDoEvalCoord2EM 1727 inDoDomain2EM(&em_vertex, u,v,temp_vertex); [all...] |
| H A D | incurveeval.cc | 164 REAL temp_vertex[4]; local in function:OpenGLCurveEvaluator::inDoEvalCoord1 188 inDoDomain1(&em_vertex, u, temp_vertex); 189 vertexCallBack(temp_vertex, userData);
|
Completed in 4 milliseconds