Searched refs:fPrimitiveType (Results 1 – 4 of 4) sorted by relevance
61 GrPrimitiveType primitiveType() const { return fPrimitiveType; } in primitiveType()63 return kTriangles_GrPrimitiveType == fPrimitiveType || in batchablePrimitiveType()64 kLines_GrPrimitiveType == fPrimitiveType || in batchablePrimitiveType()65 kPoints_GrPrimitiveType == fPrimitiveType; in batchablePrimitiveType()70 GrPrimitiveType fPrimitiveType; variable
63 fPrimitiveType = primitiveType; in GrDrawVerticesBatch()
16 GrPrimitiveType primitiveType() const { return fPrimitiveType; } in primitiveType()27 GrPrimitiveType fPrimitiveType;54 fPrimitiveType = primType; in init()80 fPrimitiveType = primType; in initIndexed()111 fPrimitiveType = primType; in initInstanced()148 fInstanceBatch.fPrimitiveType = vertices.fPrimitiveType; in init()
27 fPrimitiveType = di.fPrimitiveType; in operator =()