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

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A Dincurveeval.cc99 curveEvalMachine *temp_em; local in function:OpenGLCurveEvaluator::inMap1f
103 temp_em = &em_vertex;
107 temp_em = &em_normal;
111 temp_em = &em_color;
115 temp_em = &em_texcoord;
119 REAL *data = temp_em->ctlpoints;
120 temp_em->uprime = -1; //initialized
121 temp_em->k = k;
122 temp_em->u1 = ulower;
123 temp_em
[all...]
H A Dinsurfeval.cc1552 surfEvalMachine *temp_em; local in function:OpenGLSurfaceEvaluator::inMap2fEM
1556 temp_em = &em_vertex;
1560 temp_em = &em_normal;
1564 temp_em = &em_color;
1568 temp_em = &em_texcoord;
1572 REAL *data = temp_em->ctlPoints;
1574 temp_em->uprime = -1;//initilized
1575 temp_em->vprime = -1;
1577 temp_em->k = k;
1578 temp_em
[all...]

Completed in 4 milliseconds