Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrPoint

27     GrPoint  fPos;
28 GrPoint fOffset;
34 GrPoint fPos;
35 GrPoint fOffset;
36 GrPoint fOuterRadii;
37 GrPoint fInnerRadii;
325 {kVec4f_GrVertexAttribType, sizeof(GrPoint), kEffect_GrVertexAttribBinding}
338 GrPoint center = GrPoint::Make(circle.centerX(), circle.centerY());
427 {kVec2f_GrVertexAttribType, sizeof(GrPoint), kEffect_GrVertexAttribBinding},
428 {kVec4f_GrVertexAttribType, 2*sizeof(GrPoint), kEffect_GrVertexAttribBinding}
449 GrPoint center = GrPoint::Make(ellipse.centerX(), ellipse.centerY());