Home
last modified time | relevance | path

Searched refs:fLastPrimitiveType (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLGpu.h624 GrPrimitiveType fLastPrimitiveType; variable
DGrGLGpu.cpp553 fLastPrimitiveType = static_cast<GrPrimitiveType>(-1); in onResetContext()
2568 !GrIsPrimTypeLines(fLastPrimitiveType)) { in draw()
2573 fLastPrimitiveType = meshes[m].primitiveType(); in draw()
/external/skia/src/gpu/gl/
DGrGLGpu.h759 GrPrimitiveType fLastPrimitiveType; variable
DGrGLGpu.cpp553 fLastPrimitiveType = static_cast<GrPrimitiveType>(-1); in onResetContext()
2284 GrIsPrimTypeLines(primitiveType) && !GrIsPrimTypeLines(fLastPrimitiveType)) { in prepareToDraw()
2288 fLastPrimitiveType = primitiveType; in prepareToDraw()