HomeSort by relevance Sort by last modified time
    Searched defs:fPrimitiveType (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrMesh.h 16 GrPrimitiveType primitiveType() const { return fPrimitiveType; }
27 GrPrimitiveType fPrimitiveType;
54 fPrimitiveType = primType;
80 fPrimitiveType = primType;
111 fPrimitiveType = primType;
148 fInstanceBatch.fPrimitiveType = mesh.fPrimitiveType;
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.h 61 string.appendf("PrimType: %d, MeshCount %d, VCount: %d, ICount: %d\n", fPrimitiveType,
80 GrPrimitiveType primitiveType() const { return fPrimitiveType; }
82 return kTriangles_GrPrimitiveType == fPrimitiveType ||
83 kLines_GrPrimitiveType == fPrimitiveType ||
84 kPoints_GrPrimitiveType == fPrimitiveType;
134 // the SkVertices mode (though fPrimitiveType may have been inferred from it).
135 GrPrimitiveType fPrimitiveType;

Completed in 218 milliseconds