Home | History | Annotate | Download | only in gpu

Lines Matching refs:hasColors

1423                                 bool hasTexs, bool hasColors, GrPaint* grPaint) {
1425 if (hasColors) {
1434 if (hasColors) {
1518 bool hasColors = vertices->hasColors();
1520 if ((!hasTexs || !paint.getShader()) && !hasColors) {
1528 this->ctm(), mode, hasTexs, hasColors, &grPaint)) {