Lines Matching refs:triangle
43 This extension adds a new PolygonMode setting where a triangle is
45 box, disregarding the actual triangle edges. This can be useful for
84 FILL_RECTANGLE_NV mode modifies triangle rasterization to consider a sample
86 bounding box of the triangle after projection. Note that the barycentric
97 If clipping is applied, the triangle is culled rather than clipped. When
152 (1) Where in the pipeline does the conversion from triangle to screen-
156 earlier. So transform feedback would write out the triangle as if it were
157 being FILLed normally, and the triangle may have started life as a
159 a triangle by a geometry shader.
161 (2) What happens if such a triangle is clipped?
163 RESOLVED: Clipping will cause the triangle to be discarded.
179 rectangle, using the same techniques used for triangle rasterization.
193 original triangle. This issue will require a workaround in application