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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dbezcurve.c44 GLfloat ctrlpoints[4][3] = { variable in typeref:typename:GLfloat[4][3]
52 glMap1f(GL_MAP1_VERTEX_3, 0.0, 1.0, 3, 4, &ctrlpoints[0][0]);
71 glVertex3fv(&ctrlpoints[i][0]);
H A Dbezmesh.c47 GLfloat ctrlpoints[4][4][3] = variable in typeref:typename:GLfloat[4][4][3]
113 0, 1, 12, 4, &ctrlpoints[0][0][0]);
H A Dtexturesurf.c49 GLfloat ctrlpoints[4][4][3] = { variable in typeref:typename:GLfloat[4][4][3]
95 0, 1, 12, 4, &ctrlpoints[0][0][0]);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dvpeval.c40 GLfloat ctrlpoints[4][4][4] = variable in typeref:typename:GLfloat[4][4][4]
156 0.0, 1.0, 16, 4, &ctrlpoints[0][0][0]);
170 0.0, 1.0, 16, 4, &ctrlpoints[0][0][0]);

Completed in 6 milliseconds