Home | History | Annotate | Download | only in gl

Lines Matching refs:outColorName

625         SkString outColorName;
626 this->nameVariable(&outColorName, '\0', "output");
627 this->fsCodeAppendf("\tvec4 %s;\n", outColorName.c_str());
628 outColor = outColorName;