Home | History | Annotate | Download | only in batches

Lines Matching refs:Geometry

34 GrDrawVerticesBatch::GrDrawVerticesBatch(const Geometry& geometry, GrPrimitiveType primitiveType,
44 Geometry& installedGeo = fGeoData.push_back(geometry);
71 // When this is called on a batch, there is only one geometry bundle
135 const Geometry& args = fGeoData[i];
316 GrDrawVerticesBatch::Geometry geometry;
317 geometry.fColor = GrRandomColor(random);
318 return GrDrawVerticesBatch::Create(geometry, type, viewMatrix,