Searched defs:TessInfo (Results 1 – 2 of 2) sorted by relevance
55 struct TessInfo { struct56 int fNumVertices;57 bool fIsLinear;58 SkScalar fTolerance;
84 struct TessInfo<'tcs, 'tes, Tcss, Tess> { struct85 tessellation_control_shader: (GraphicsEntryPoint<'tcs>, Tcss),86 tessellation_evaluation_shader: (GraphicsEntryPoint<'tes>, Tess),