Home | History | Annotate | Download | only in gpu

Lines Matching refs:hasColors

1567                                 bool hasTexs, bool hasColors, GrPaint* grPaint) {
1569 if (hasColors) {
1578 if (hasColors) {
1656 bool hasColors = vertices->hasColors();
1658 if (!hasTexs && !hasColors) {
1664 mode, hasTexs, hasColors, &grPaint)) {