Home
last modified time | relevance | path

Searched refs:teapotCPData (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/
H A DGLUT.java979 private static final float[][] teapotCPData = { field in GLUT
1150 p[(j*4+k)*3+l] = teapotCPData[teapotPatchData[i][j * 4 + k]][l]; in teapot()
1152 teapotCPData[teapotPatchData[i][j * 4 + (3 - k)]][l]; in teapot()
1157 teapotCPData[teapotPatchData[i][j * 4 + (3 - k)]][l]; in teapot()
1160 s[(j*4+k)*3+l] = teapotCPData[teapotPatchData[i][j * 4 + k]][l]; in teapot()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/gl2/
H A DGLUT.java981 private static final float[][] teapotCPData = { field in GLUT
1152 p[(j*4+k)*3+l] = teapotCPData[teapotPatchData[i][j * 4 + k]][l]; in teapot()
1154 teapotCPData[teapotPatchData[i][j * 4 + (3 - k)]][l]; in teapot()
1159 teapotCPData[teapotPatchData[i][j * 4 + (3 - k)]][l]; in teapot()
1162 s[(j*4+k)*3+l] = teapotCPData[teapotPatchData[i][j * 4 + k]][l]; in teapot()