HomeSort by: relevance | last modified time | path
    Searched refs:Model (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /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/MesaLib/dist/src/mesa/main/
state.h 72 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
109 return ctx->Light.Enabled && ctx->Light.Model.TwoSide;
light.c 495 /*** Light Model ***/
508 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params ))
511 COPY_4V( ctx->Light.Model.Ambient, params );
517 if (ctx->Light.Model.LocalViewer == newbool)
521 ctx->Light.Model.LocalViewer = newbool;
525 if (ctx->Light.Model.TwoSide == newbool)
529 ctx->Light.Model.TwoSide = newbool;
543 if (ctx->Light.Model.ColorControl == newenum)
547 ctx->Light.Model.ColorControl = newenum;
713 ctx->Light.Model.Ambient )
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
state.h 78 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
115 return ctx->Light.Enabled && ctx->Light.Model.TwoSide;
light.c 434 /*** Light Model ***/
447 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params ))
450 COPY_4V( ctx->Light.Model.Ambient, params );
456 if (ctx->Light.Model.LocalViewer == newbool)
459 ctx->Light.Model.LocalViewer = newbool;
463 if (ctx->Light.Model.TwoSide == newbool)
466 ctx->Light.Model.TwoSide = newbool;
480 if (ctx->Light.Model.ColorControl == newenum)
483 ctx->Light.Model.ColorControl = newenum;
647 ctx->Light.Model.Ambient )
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_clip.c 190 if (ctx->Light.Model.TwoSide &&
198 if (ctx->Light.Model.TwoSide &&
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_clip.c 190 if (ctx->Light.Model.TwoSide &&
198 if (ctx->Light.Model.TwoSide &&
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv20_state_tnl.c 180 struct gl_lightmodel *m = &ctx->Light.Model;
194 PUSH_DATAb(push, ctx->Light.Model.TwoSide);
247 COPY_3V(c_factor, ctx->Light.Model.Ambient);
251 ctx->Light.Model.Ambient);
nv10_state_tnl.c 200 struct gl_lightmodel *m = &ctx->Light.Model;
329 COPY_3V(c_scene, ctx->Light.Model.Ambient);
334 ctx->Light.Model.Ambient);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv20_state_tnl.c 180 struct gl_lightmodel *m = &ctx->Light.Model;
194 PUSH_DATAb(push, ctx->Light.Model.TwoSide);
246 COPY_3V(c_factor, ctx->Light.Model.Ambient);
250 ctx->Light.Model.Ambient);
nv10_state_tnl.c 200 struct gl_lightmodel *m = &ctx->Light.Model;
328 COPY_3V(c_scene, ctx->Light.Model.Ambient);
333 ctx->Light.Model.Ambient);
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_light.c 372 if (ctx->Light.Model.TwoSide)
395 if (ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
t_vb_lighttmp.h 190 if (ctx->Light.Model.LocalViewer) {
371 if (ctx->Light.Model.LocalViewer) {
t_vertex.c 173 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide;
191 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_light.c 372 if (ctx->Light.Model.TwoSide)
395 if (ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)
t_vb_lighttmp.h 189 if (ctx->Light.Model.LocalViewer) {
369 if (ctx->Light.Model.LocalViewer) {
t_vertex.c 172 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide;
190 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide;
  /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/swrast/
s_lines.c 229 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR));
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
ss_triangle.c 108 * Render a triangle respecting cull and shade model.
251 if ((ctx->Light.Enabled && ctx->Light.Model.TwoSide) ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_lines.c 229 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
ss_triangle.c 108 * Render a triangle respecting cull and shade model.
251 if ((ctx->Light.Enabled && ctx->Light.Model.TwoSide) ||
  /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/MesaLib.old/dist/src/mesa/program/
prog_statevars.c 151 COPY_4V(value, ctx->Light.Model.Ambient);
158 value[i] = ctx->Light.Model.Ambient[i]
168 value[i] = ctx->Light.Model.Ambient[i]

Completed in 44 milliseconds

1 2 3