Home
last modified time | relevance | path

Searched refs:installedGeo (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/batches/
DGrDrawVerticesBatch.cpp44 Geometry& installedGeo = fGeoData.push_back(geometry); in GrDrawVerticesBatch() local
46 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()
DGrDrawAtlasBatch.cpp95 Geometry& installedGeo = fGeoData.push_back(geometry); in GrDrawAtlasBatch() local
110 installedGeo.fVerts.reset(allocSize); in GrDrawAtlasBatch()
111 uint8_t* currVertex = installedGeo.fVerts.begin(); in GrDrawAtlasBatch()
115 int paintAlpha = GrColorUnpackA(installedGeo.fColor); in GrDrawAtlasBatch()