OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Model
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
objview.c
22
static GLMmodel *
Model
;
145
/* read in the
model
*/
146
Model
= glmReadOBJ(Model_file);
147
objScale = glmUnitize(
Model
);
148
glmFacetNormals(
Model
);
149
if (
Model
->numnormals == 0) {
152
glmVertexNormals(
Model
, smoothing_angle);
155
glmLoadTextures(
Model
);
156
glmReIndex(
Model
);
157
glmMakeVBOs(
Model
);
[
all
...]
/xsrc/external/mit/xf86-video-geode/dist/src/
geode_driver.c
151
int
Model
;
/xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_driver.c
264
int
Model
;
/xsrc/external/mit/xf86-input-elographics/dist/src/
xf86Elo.c
70
}
Model
;
72
static
Model
SupportedModels[] =
199
int
model
; /* one of MODEL_... */
member in struct:_EloPrivateRec
675
xf86Msg(X_PROBED, "The controller is a
model
");
839
if (priv->
model
!= MODEL_SUNIT_D)
849
ErrorF("Not at the specified rate or
model
2310, will continue\n");
1015
Model
*
model
;
local
1042
opt_model = xf86SetStrOption(pInfo->options, "
Model
", NULL);
1043
model
= SupportedModels
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h
289
* Light
model
state.
591
struct gl_lightmodel
Model
; /**< Lighting
model
*/
5491
GLfloat _ModelViewInvScale; /* may be for
model
- or eyespace lighting */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h
337
* Light
model
state.
616
struct gl_lightmodel
Model
; /**< Lighting
model
*/
5070
GLfloat _ModelViewInvScale; /* may be for
model
- or eyespace lighting */
Completed in 92 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026