Home | History | Annotate | Download | only in gl

Lines Matching full:coverage_attribute_name

40 inline const char* coverage_attribute_name() { return "aCoverage"; }
774 this->addAttribute(kVec4f_GrSLType, coverage_attribute_name());
777 this->vsCodeAppendf("\t%s = %s;\n", vsName, coverage_attribute_name());
942 coverage_attribute_name()));