Home | History | Annotate | Download | only in gpu

Lines Matching refs:hasColors

1583                                 bool hasTexs, bool hasColors, GrPaint* grPaint) {
1585 if (hasColors) {
1594 if (hasColors) {
1678 bool hasColors = vertices->hasColors();
1680 if ((!hasTexs || !paint.getShader()) && !hasColors) {
1688 this->ctm(), mode, hasTexs, hasColors, &grPaint)) {