Home
last modified time | relevance | path

Searched refs:GrIsPrimTypeLines (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/ops/
DGrDrawVerticesOp.cpp89 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in GrDrawVerticesOp()
/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp338 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in DrawVerticesOp()
/external/skqp/include/private/
DGrTypesPriv.h92 static constexpr bool GrIsPrimTypeLines(GrPrimitiveType type) { in GrIsPrimTypeLines() function
/external/skia/include/private/
DGrTypesPriv.h60 static constexpr bool GrIsPrimTypeLines(GrPrimitiveType type) { in GrIsPrimTypeLines() function
/external/skia/src/gpu/
DSkGpuDevice.cpp399 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) {
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2284 GrIsPrimTypeLines(primitiveType) && !GrIsPrimTypeLines(fLastPrimitiveType)) { in prepareToDraw()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2567 GrIsPrimTypeLines(meshes[m].primitiveType()) && in draw()
2568 !GrIsPrimTypeLines(fLastPrimitiveType)) { in draw()
/external/skqp/src/gpu/
DSkGpuDevice.cpp356 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in drawPoints()