Searched refs:material (Results 1 - 25 of 240) sorted by relevance

12345678910

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglmdraw.c28 * 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 Dglm.c227 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 Dglm.h32 /* 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 DMakefile.am67 material \
H A DMakefile.in130 @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 Dindex.adoc25 specifications and other reference material that are often of use.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c466 _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 Dsvga_dump.c466 _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 Dperf.rst36 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 Dsvga3d_cmd.h948 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 Dsvga3d_cmd.h982 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 Dax_cc_for_build.m437 # all other use of the material that constitutes the Autoconf Macro.
H A Dax_pthread.m478 # all other use of the material that constitutes the Autoconf Macro.
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dax_tls.m439 # all other use of the material that constitutes the Autoconf Macro.
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A DMakefile.am153 tri-lit-material \
H A DMakefile.in191 @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 Dstateblock9.c314 dst->ff.material = src->ff.material;
488 dst->ff.material = src->ff.material;
H A Dnine_state.h158 D3DMATERIAL9 material; member in struct:nine_ff_state
H A Dnine_state.c1870 context->ff.material = *pMaterial;
2114 nine_context_set_material(device, &src->ff.material);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dstateblock9.c314 dst->ff.material = src->ff.material;
488 dst->ff.material = src->ff.material;
H A Dnine_state.h160 D3DMATERIAL9 material; member in struct:nine_ff_state
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l264 {dot}material { return MATERIAL; }
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l264 {dot}material { return MATERIAL; }
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dsvga3d_reg.h421 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 Dax_pthread.m478 # all other use of the material that constitutes the Autoconf Macro.

Completed in 43 milliseconds

12345678910