Home | History | Annotate | Download | only in docs

Lines Matching full:fragment

462 fragment is a tuple which consists of a window coordinate, colors and
464 subsequently processed by the per-fragment operations described later.<br>
473 coordinate is sent as a single fragment to the per-fragment processing
492 lines: the last fragment in a line segment is omitted so that endpoint
526 Lines may be antialiased. &nbsp;For antialiased lines, each fragment
529 much of the fragment's area is considered to be <span
531 alpha value of each fragment is multiplied by the coverage value.
631 When polygon antialiasing is enabled each fragment produced by polygon,
634 much of the fragment is covered by the polygon. &nbsp;Fragments
640 The fragment's alpha value is multiplied by the coverage value.
658 are linearly interpolated to produce the fragment colors.<br>
781 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; fragment.x =
784 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; fragment.y =
787 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; fragment.color
790 fragment.texture = GL_CURRENT_RASTER_TEXTURE_COORDS;<br>
792 ProcessFragment(fragment)<br>
805 <h3>4.5.3 Per-fragment Operations</h3>
1048 coordinate for each fragment. &nbsp;The fragment texture coordinates are
1082 computed for each fragment. &nbsp;For a mipmapped texture, lambda
1157 The sampled texture value is combined with the incoming fragment color
1158 to produce a new fragment color. &nbsp;The fragment and texture colors
1193 the incoming fragment color. &nbsp;(Rt, Gt, Bt, At) is the sampled
1339 <h1>6. Per-fragment Operations</h1>
1341 operations which either modify the fragment or test the fragment
1342 (discarding the fragment if the test fails.) &nbsp;This chapter
1343 describes the per-fragment operations. &nbsp;They are presented in the
1344 order in which they're performed. &nbsp;If a fragment fails a test it is
1365 If the incoming fragment's position is (x<sub>f</sub>, y<sub>f</sub>)
1366 then the fragment will pass the test if <span
1373 fragment is discarded.<br>
1382 The alpha test compares the fragment's alpha value against a reference
1383 value and discards the fragment if the comparison fails. &nbsp;The test
1470 at the fragment's position to a reference value and possibly discards
1471 the fragment based on the outcome. &nbsp;Furthermore, the stencil buffer
1575 If the stencil test passes, the fragment is passed to the next
1576 per-fragment operation. &nbsp;Otherwise, if the stencil test fails, the
1661 Blending or a logic operation combines the incoming fragment color with
1684 fragment color with the destination frame buffer color. &nbsp;Both the
1685 incoming fragment color and destination frame buffer colors are
1692 to combine the incoming fragment color value (src)<span
1807 The fragment's color is replaced by the result of the logic operation.<br>
1825 Bf, Af) is the incoming fragment color and Cb = (Rb, Gb, Bb, Ab) is the
1967 The fragment's color is replaced by the result of the blending equation.<br>
1978 The final fragment color is written into the current color buffer at
1979 the end of the per-fragment operations. &nbsp;Normally, all color
1980 channels in the frame buffer are replaced with the final fragment color.
3544 <h2>A.13 glBitmap and Per-Fragment Operations</h2>
3546 be subjected to the per-fragment operations?<br>
3549 per-fragment operations. &nbsp;Otherwise, it could be difficult.<br>