Lines Matching refs:vertexCount
36 const SkPoint* positions, int vertexCount, in GrDrawVerticesBatch() argument
46 installedGeo.fPositions.append(vertexCount, positions); in GrDrawVerticesBatch()
53 installedGeo.fColors.append(vertexCount, colors); in GrDrawVerticesBatch()
59 installedGeo.fLocalCoords.append(vertexCount, localCoords); in GrDrawVerticesBatch()
61 fVertexCount = vertexCount; in GrDrawVerticesBatch()
289 uint32_t vertexCount = seed_vertices(type) + (primitiveCount - 1) * primitive_vertices(type); in DRAW_BATCH_TEST_DEFINE() local
293 randomize_params(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, in DRAW_BATCH_TEST_DEFINE()
301 randomize_params(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, in DRAW_BATCH_TEST_DEFINE()
311 SkDEBUGCODE(bool result = ) bounds.setBoundsCheck(positions.begin(), vertexCount); in DRAW_BATCH_TEST_DEFINE()
319 positions.begin(), vertexCount, in DRAW_BATCH_TEST_DEFINE()
320 indices.begin(), hasIndices ? vertexCount : 0, in DRAW_BATCH_TEST_DEFINE()