| /xsrc/external/mit/mesa-demos/dist/src/objviewer/ |
| H A D | glmdraw.c | 28 * GLM_COLOR - render with colors (color material) 69 printf("glmDraw() warning: material render mode requested " 74 printf("glmDraw() warning: color and material render mode requested " 75 "using only material mode\n"); 91 model->materials[group->material].ambient); 93 model->materials[group->material].diffuse); 95 model->materials[group->material].specular); 97 model->materials[group->material].shininess); 101 glColor3fv(model->materials[group->material].diffuse); 324 if (group->material ! [all...] |
| H A D | glm.c | 227 group->material = 0; 238 /* _glmFindGroup: Find a material in the model 250 /* didn't find the name, so set it as the default material */ 251 printf("_glmFindMaterial(): can't find material \"%s\".\n", name); 283 /* _glmReadMTL: read a wavefront material library file 286 * name - name of the material library 307 fprintf(stderr, "_glmReadMTL() failed: can't open material file \"%s\".\n", 339 /* set the default material */ 428 /* _glmWriteMTL: write a wavefront material library file 432 * mtllibname - name of the material librar 440 GLMmaterial* material; local in function:_glmWriteMTL 645 uint material; /* current material */ local in function:_glmSecondPass [all...] |
| H A D | glm.h | 32 /* GLMmaterial: Structure that defines a material in a model. 36 char* name; /* name of material */ 64 uint material; /* index to material for group */ member in struct:_GLMgroup 75 char* mtllibname; /* name of the material library */
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | Makefile.am | 67 material \
|
| H A D | Makefile.in | 130 @HAVE_GLUT_TRUE@ material$(EXEEXT) minmax$(EXEEXT) \ 265 material_SOURCES = material.c 266 material_OBJECTS = material.$(OBJEXT) 436 list.c material.c minmax.c mipmap.c model.c movelight.c \ 449 list.c material.c minmax.c mipmap.c model.c movelight.c \ 825 material$(EXEEXT): $(material_OBJECTS) $(material_DEPENDENCIES) $(EXTRA_material_DEPENDENCIES) 826 @rm -f material$(EXEEXT) 1039 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | index.adoc | 25 specifications and other reference material that are often of use.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 466 _debug_printf("\t\t.material.diffuse[0] = %f\n", (*cmd).material.diffuse[0]); 467 _debug_printf("\t\t.material.diffuse[1] = %f\n", (*cmd).material.diffuse[1]); 468 _debug_printf("\t\t.material.diffuse[2] = %f\n", (*cmd).material.diffuse[2]); 469 _debug_printf("\t\t.material.diffuse[3] = %f\n", (*cmd).material.diffuse[3]); 470 _debug_printf("\t\t.material.ambient[0] = %f\n", (*cmd).material [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 466 _debug_printf("\t\t.material.diffuse[0] = %f\n", (*cmd).material.diffuse[0]); 467 _debug_printf("\t\t.material.diffuse[1] = %f\n", (*cmd).material.diffuse[1]); 468 _debug_printf("\t\t.material.diffuse[2] = %f\n", (*cmd).material.diffuse[2]); 469 _debug_printf("\t\t.material.diffuse[3] = %f\n", (*cmd).material.diffuse[3]); 470 _debug_printf("\t\t.material.ambient[0] = %f\n", (*cmd).material [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | perf.rst | 36 are used (all position W's are 0.0) All material and light
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_cmd.h | 948 SVGA3dMaterial material; member in struct:__anonc6e2a0b52808 1462 SVGA3dMaterial material; member in struct:__anonc6e2a0b54508::__anonc6e2a0b54608 1463 } material; member in struct:__anonc6e2a0b54508
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_cmd.h | 982 SVGA3dMaterial material; member in struct:__anon2dcb6c682808 1496 SVGA3dMaterial material; member in struct:__anon2dcb6c684508::__anon2dcb6c684608 1497 } material; member in struct:__anon2dcb6c684508
|
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | ax_cc_for_build.m4 | 37 # all other use of the material that constitutes the Autoconf Macro.
|
| H A D | ax_pthread.m4 | 78 # all other use of the material that constitutes the Autoconf Macro.
|
| /xsrc/external/mit/xorg-server.old/dist/m4/ |
| H A D | ax_tls.m4 | 39 # all other use of the material that constitutes the Autoconf Macro.
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | Makefile.am | 153 tri-lit-material \
|
| H A D | Makefile.in | 191 @HAVE_GLUT_TRUE@ tri-lit-material$(EXEEXT) \ 585 tri_lit_material_SOURCES = tri-lit-material.c 586 tri_lit_material_OBJECTS = tri-lit-material.$(OBJEXT) 842 tri-fp.c tri-fp-const-imm.c tri-lit.c tri-lit-material.c \ 893 tri-fp.c tri-fp-const-imm.c tri-lit.c tri-lit-material.c \ 1640 tri-lit-material$(EXEEXT): $(tri_lit_material_OBJECTS) $(tri_lit_material_DEPENDENCIES) $(EXTRA_tri_lit_material_DEPENDENCIES) 1641 @rm -f tri-lit-material$(EXEEXT) 2009 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-lit-material.Po@am__quote@
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | stateblock9.c | 314 dst->ff.material = src->ff.material; 488 dst->ff.material = src->ff.material;
|
| H A D | nine_state.h | 158 D3DMATERIAL9 material; member in struct:nine_ff_state
|
| H A D | nine_state.c | 1870 context->ff.material = *pMaterial; 2114 nine_context_set_material(device, &src->ff.material);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | stateblock9.c | 314 dst->ff.material = src->ff.material; 488 dst->ff.material = src->ff.material;
|
| H A D | nine_state.h | 160 D3DMATERIAL9 material; member in struct:nine_ff_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 264 {dot}material { return MATERIAL; }
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 264 {dot}material { return MATERIAL; }
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | svga3d_reg.h | 421 SVGA3D_VERTEXMATERIAL_NONE = 0, /* Use the value in the current material */ 1540 SVGA3dMaterial material; member in struct:__anon70b0d8605c08
|
| /xsrc/external/mit/xorg-server/dist/m4/ |
| H A D | ax_pthread.m4 | 78 # all other use of the material that constitutes the Autoconf Macro.
|