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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfslight.c26 static GLint CoordAttrib = 0; variable in typeref:typename:GLint
374 VertAttrib(CoordAttrib, 0, 0); glVertex2f(-2, -2);
375 VertAttrib(CoordAttrib, 1, 0); glVertex2f( 2, -2);
376 VertAttrib(CoordAttrib, 1, 1); glVertex2f( 2, 2);
377 VertAttrib(CoordAttrib, 0, 1); glVertex2f(-2, 2);
505 if (CoordAttrib) {
507 glBindAttribLocation(program, CoordAttrib, "coord");
510 if (i != CoordAttrib) {
512 CoordAttrib = i;

Completed in 4 milliseconds