Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrPoint

37     GrPoint fPts[2];
120 GrPoint::Side normSide;
122 normSide = GrPoint::kRight_Side;
124 normSide = GrPoint::kLeft_Side;
135 const GrPoint* prevPt = &sega.endPt();
175 GrPoint fFirstPoint;
180 void update_degenerate_test(DegenerateTestData* data, const GrPoint& pt) {
245 GrPoint pts[4];
301 GrPoint fPos;
302 GrPoint fUV;
410 GrPoint qpts[] = {sega.endPt(), segb.fPts[0], segb.fPts[1]};
439 toUV.apply<6, sizeof(QuadVertex), sizeof(GrPoint)>(verts + *v);
590 {kVec4f_GrVertexAttribType, sizeof(GrPoint), kEffect_GrVertexAttribBinding}