Home | History | Annotate | Download | only in gl

Lines Matching full:coverage

58      * outputs the color and coverage stages referenced by the generated descriptor. This may
59 * not contain all stages from the draw state and coverage stages from the drawState may
113 // modulate color and coverage, write result as the color output.
115 // Writes color*coverage as the primary color output and also writes coverage as the
118 // Writes color*coverage as the primary color output and also writes coverage * (1 - colorA)
121 // Writes color*coverage as the primary color output and also writes coverage *
124 // Combines the coverage, dst, and color as coverage * color + (1 - coverage) * dst. This
150 // should the FS discard if the coverage is zero (to avoid stencil manipulation)