Searched refs:kPoints_GrPrimitiveType (Results 1 – 7 of 7) sorted by relevance
69 if (GrIsPrimTypeLines(primitiveType) || kPoints_GrPrimitiveType == primitiveType) { in GrDrawVerticesOp()305 case kPoints_GrPrimitiveType: in seed_vertices()323 case kPoints_GrPrimitiveType: in primitive_vertices()
84 kPoints_GrPrimitiveType == fPrimitiveType; in combinablePrimitive()
177 return kPoints_GrPrimitiveType; in SkVertexModeToGrPrimitiveType()
293 kPoints_GrPrimitiveType,377 if (GrIsPrimTypeLines(primitiveType) || kPoints_GrPrimitiveType == primitiveType) { in drawPoints()
223 kPoints_GrPrimitiveType, enumerator
505 if (!INHERITED::Build(desc, primProc, primitiveType == kPoints_GrPrimitiveType, pipeline, in Build()
2631 if (meshes[i].primitiveType() == kPoints_GrPrimitiveType) { in draw()