Home | History | Annotate | Download | only in gpu

Lines Matching refs:fGeoData

232         out->setKnownFourComponents(fGeoData[0].fColor);
241 fGeoData[0].fColor = GrColor_ILLEGAL;
243 fGeoData[0].fColor = init.fOverrideColor;
248 fBatch.fColor = fGeoData[0].fColor;
276 int instanceCount = fGeoData.count();
284 Geometry& args = fGeoData[i];
346 Geometry& args = fGeoData[i];
381 SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
390 fGeoData.push_back(geometry);
414 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
533 SkSTArray<1, Geometry, true> fGeoData;