Searched refs:kEdgeNormsAttrib (Results 1 – 2 of 2) sorted by relevance
84 const Attribute& getEdgeNormsAttrib() const { return kEdgeNormsAttrib; } in getEdgeNormsAttrib()107 static constexpr Attribute kEdgeNormsAttrib = {"edge_norms", kFloat4_GrVertexAttribType, variable
65 constexpr GrPrimitiveProcessor::Attribute GrCCPathProcessor::kEdgeNormsAttrib; member in GrCCPathProcessor89 this->setVertexAttributes(&kEdgeNormsAttrib, 1); in GrCCPathProcessor()