Searched refs:installedGeo (Results 1 – 2 of 2) sorted by relevance
44 Geometry& installedGeo = fGeoData.push_back(geometry); in GrDrawVerticesBatch() local46 installedGeo.fPositions.append(vertexCount, positions); in GrDrawVerticesBatch()48 installedGeo.fIndices.append(indexCount, indices); in GrDrawVerticesBatch()53 installedGeo.fColors.append(vertexCount, colors); in GrDrawVerticesBatch()59 installedGeo.fLocalCoords.append(vertexCount, localCoords); in GrDrawVerticesBatch()
95 Geometry& installedGeo = fGeoData.push_back(geometry); in GrDrawAtlasBatch() local110 installedGeo.fVerts.reset(allocSize); in GrDrawAtlasBatch()111 uint8_t* currVertex = installedGeo.fVerts.begin(); in GrDrawAtlasBatch()115 int paintAlpha = GrColorUnpackA(installedGeo.fColor); in GrDrawAtlasBatch()