OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_em
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libnurbs/interface/
incurveeval.cc
99
curveEvalMachine *
temp_em
;
local
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
->u2 = uupper
[
all
...]
insurfeval.cc
1552
surfEvalMachine *
temp_em
;
local
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
->u1 = ulower
[
all
...]
Completed in 4 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026