Searched refs:GrIsPrimTypeLines (Results 1 – 8 of 8) sorted by relevance
89 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in GrDrawVerticesOp()
183 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in DrawVerticesOp()
92 static constexpr bool GrIsPrimTypeLines(GrPrimitiveType type) { in GrIsPrimTypeLines() function
62 static constexpr bool GrIsPrimTypeLines(GrPrimitiveType type) { in GrIsPrimTypeLines() function
333 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in drawPoints()
2400 GrIsPrimTypeLines(programInfo.primitiveType()) && in drawMeshes()2401 !GrIsPrimTypeLines(fLastPrimitiveType)) { in drawMeshes()
2567 GrIsPrimTypeLines(meshes[m].primitiveType()) && in draw()2568 !GrIsPrimTypeLines(fLastPrimitiveType)) { in draw()
356 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in drawPoints()