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

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dwave.c54 GLint widthX, widthY; variable in typeref:typename:GLint
69 GLint widthX, widthY; member in struct:mesh
137 for (j = 0; j < theMesh.widthY; j++) {
255 theMesh.widthY = widthY;
258 numFacets = widthX * widthY;
259 numCoords = (widthX + 1) * (widthY + 1);
276 for (j = 0; j <= widthY; j++) {
277 y = j / (float)widthY;
305 for (j = 0; j < widthY;
[all...]

Completed in 2 milliseconds