Home | History | Annotate | Download | only in effects

Lines Matching refs:edgeType

137 GrConicEffect::GrConicEffect(GrPrimitiveEdgeType edgeType)
138 : fEdgeType(edgeType)
159 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
161 gp = GrConicEffect::Create(edgeType, caps);
275 GrQuadEffect::GrQuadEffect(GrPrimitiveEdgeType edgeType)
276 : fEdgeType(edgeType)
297 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
299 gp = GrQuadEffect::Create(edgeType, caps);
455 GrCubicEffect::GrCubicEffect(GrPrimitiveEdgeType edgeType)
456 : fEdgeType(edgeType)
477 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
479 gp = GrCubicEffect::Create(edgeType, caps);