Searched refs:ctrlpoints (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ | ||
| H A D | bezcurve.c | 44 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 D | bezmesh.c | 47 GLfloat ctrlpoints[4][4][3] = variable in typeref:typename:GLfloat[4][4][3] 113 0, 1, 12, 4, &ctrlpoints[0][0][0]); |
| H A D | texturesurf.c | 49 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 D | vpeval.c | 40 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