Lines Matching refs:polygonOffset
398 gl.polygonOffset (0, -2); in testPolygonOffset()
407 gl.polygonOffset (0, -1); in testPolygonOffset()
548 gl.polygonOffset (0, 0); in testPolygonOffset()
557 gl.polygonOffset (0, offset); in testPolygonOffset()
647 gl.polygonOffset (0, 0); in testPolygonOffset()
653 gl.polygonOffset (0, -1); in testPolygonOffset()
664 gl.polygonOffset (0, 1); in testPolygonOffset()
670 gl.polygonOffset (0, 0); in testPolygonOffset()
796 gl.polygonOffset (0, 8); in testPolygonOffset()
803 gl.polygonOffset (0, 9); in testPolygonOffset()
815 gl.polygonOffset (0, -8); in testPolygonOffset()
822 gl.polygonOffset (0, -9); in testPolygonOffset()
909 gl.polygonOffset (0, 0); in testPolygonOffset()
916 gl.polygonOffset (-1, 0); in testPolygonOffset()
928 gl.polygonOffset (0, 0); in testPolygonOffset()
935 gl.polygonOffset (1, 0); in testPolygonOffset()
1025 gl.polygonOffset (0, 0); in testPolygonOffset()
1032 gl.polygonOffset (4, 0); // triangle slope == 0 in testPolygonOffset()
1152 gl.polygonOffset (10, 0); // clamps any depth on the triangle to 1 in testPolygonOffset()
1168 gl.polygonOffset (-10, 0); // clamps depth to 0 in testPolygonOffset()