Searched defs:ind (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_lighttmp.h789 const GLfloat *ind = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_INDEXES + side]; local
793 index = ind[MAT_INDEX_SPECULAR];
796 GLfloat d_a = ind[MAT_INDEX_DIFFUSE] - ind[MAT_INDEX_AMBIENT];
797 GLfloat s_a = ind[MAT_INDEX_SPECULAR] - ind[MAT_INDEX_AMBIENT];
798 index = (ind[MAT_INDEX_AMBIENT]
801 if (index > ind[MAT_INDEX_SPECULAR]) {
802 index = ind[MAT_INDEX_SPECULAR];
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c80 struct ind { struct
93 struct ind *me = (struct ind *)in_desc;
199 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp,
387 struct ind ind, *indp; local
391 ind.infile = infile;
392 ind.inbuf = inbuf;
393 indp = &ind;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_agl.c227 GLint ind = 0; local
229 #define ATTR_ADD(s) ( attribs[ind++] = (s) )

Completed in 41 milliseconds