Home | History | Annotate | Download | only in gl

Lines Matching full:coverage

62      * outputs the color and coverage stages referenced by the generated descriptor. This may
63 * not contain all stages from the draw state and coverage stages from the drawState may
117 // modulate color and coverage, write result as the color output.
119 // Writes color*coverage as the primary color output and also writes coverage as the
122 // Writes color*coverage as the primary color output and also writes coverage * (1 - colorA)
125 // Writes color*coverage as the primary color output and also writes coverage *
128 // Combines the coverage, dst, and color as coverage * color + (1 - coverage) * dst. This
154 // should the FS discard if the coverage is zero (to avoid stencil manipulation)