Searched refs:numtexcoords (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.c494 uint numtexcoords; /* number of texcoords in model */ local in function:_glmFirstPass
503 numvertices = numnormals = numtexcoords = numtriangles = 0;
525 numtexcoords++;
608 printf(" Texcoords: %d\n", numtexcoords);
616 model->numtexcoords = numtexcoords;
639 uint numtexcoords; /* number of texcoords in model */ local in function:_glmSecondPass
657 numvertices = numnormals = numtexcoords = 1;
684 &texcoords[2 * numtexcoords + X],
685 &texcoords[2 * numtexcoords
[all...]
H A Dglm.h83 uint numtexcoords; /* number of texcoords in model */ member in struct:__anonf360447c0208
H A Dglmdraw.c175 if (model->numtexcoords > 0) {
176 assert(model->numtexcoords == model->numvertices);
197 if (model->numtexcoords > 0) {
309 if (model->numtexcoords > 0) {
H A Dobjview.c277 Model->numtexcoords);

Completed in 6 milliseconds