Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrDrawVerticesBatch.h61 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
DGrDrawVerticesBatch.cpp63 fPrimitiveType = primitiveType; in GrDrawVerticesBatch()
/external/skia/src/gpu/
DGrVertices.h16 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()
DGrGpu.cpp27 fPrimitiveType = di.fPrimitiveType; in operator =()