Lines Matching refs:polygonOffset
395 gl.polygonOffset (0, -2); in testPolygonOffset()
404 gl.polygonOffset (0, -1); in testPolygonOffset()
545 gl.polygonOffset (0, 0); in testPolygonOffset()
554 gl.polygonOffset (0, offset); in testPolygonOffset()
644 gl.polygonOffset (0, 0); in testPolygonOffset()
650 gl.polygonOffset (0, -1); in testPolygonOffset()
661 gl.polygonOffset (0, 1); in testPolygonOffset()
667 gl.polygonOffset (0, 0); in testPolygonOffset()
793 gl.polygonOffset (0, 8); in testPolygonOffset()
800 gl.polygonOffset (0, 9); in testPolygonOffset()
812 gl.polygonOffset (0, -8); in testPolygonOffset()
819 gl.polygonOffset (0, -9); in testPolygonOffset()
906 gl.polygonOffset (0, 0); in testPolygonOffset()
913 gl.polygonOffset (-1, 0); in testPolygonOffset()
925 gl.polygonOffset (0, 0); in testPolygonOffset()
932 gl.polygonOffset (1, 0); in testPolygonOffset()
1022 gl.polygonOffset (0, 0); in testPolygonOffset()
1029 gl.polygonOffset (4, 0); // triangle slope == 0 in testPolygonOffset()
1149 gl.polygonOffset (10, 0); // clamps any depth on the triangle to 1 in testPolygonOffset()
1165 gl.polygonOffset (-10, 0); // clamps depth to 0 in testPolygonOffset()