Searched refs:push_back_n (Results 1 - 23 of 23) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp70 fStrings->push_back_n(extensionCnt);
116 fStrings->push_back_n(idx, &oldStrings->front());
117 fStrings->push_back_n(oldStrings->count() - idx - 1, &(*oldStrings)[idx] + 1);
H A DGrGLGeometryProcessor.cpp26 tout->push_back_n(tin.count());
27 fInstalledTransforms.push_back_n(tin.count());
30 fInstalledTransforms[i].push_back_n(coordTransforms.count());
H A DGrGLPathProcessor.cpp64 tout->push_back_n(tin.count());
65 fInstalledTransforms.push_back_n(tin.count());
68 fInstalledTransforms[i].push_back_n(coordTransforms.count());
H A DGrGLProgramDesc.cpp104 glDesc->key().push_back_n(kProcessorKeysOffset);
H A DGrGLPath.cpp158 pathCoords.push_back_n(coordsForVerb, coords);
H A DGrGLProgramDataManager.cpp20 fUniforms.push_back_n(count);
H A DGrGLCaps.cpp792 fStencilVerifiedColorConfigs.push_back_n(fStencilFormats.count());
/external/skia/include/gpu/
H A DGrProcessor.h33 fData->push_back_n(4, reinterpret_cast<uint8_t*>(&v));
41 return reinterpret_cast<uint32_t*>(fData->push_back_n(4 * count));
/external/skia/include/core/
H A DSkTArray.h200 T* push_back_n(int n) { function in class:SkTArray
213 T* push_back_n(int n, const T& t) { function in class:SkTArray
226 T* push_back_n(int n, const T t[]) { function in class:SkTArray
267 this->push_back_n(newCount - fCount);
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp271 SkPoint* pts = lines->push_back_n(4);
279 SkPoint* pts = conics->push_back_n(3);
297 SkPoint* pts = lines->push_back_n(2);
321 SkPoint* pts = lines->push_back_n(4);
329 SkPoint* pts = quads->push_back_n(3);
377 SkPoint* pts = lines->push_back_n(4);
384 SkPoint* pts = quads->push_back_n(3);
768 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
H A DGrPathUtils.cpp413 SkPoint* degQuad = quads->push_back_n(3);
460 SkPoint* qpts = quads->push_back_n(6);
468 SkPoint* qpts = quads->push_back_n(3);
522 SkPoint* pts = quads->push_back_n(3);
H A DGrRectBatch.cpp205 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
H A DGrAARectRenderer.cpp201 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
654 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
H A DGrOvalRenderer.cpp783 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
1012 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
1276 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
1660 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
1852 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
H A DGrDefaultPathRenderer.cpp414 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
H A DGrAADistanceFieldPathRenderer.cpp536 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
H A DGrAAConvexPathRenderer.cpp984 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
H A DGrContext.cpp961 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
/external/skia/tests/
H A DSkpSkGrTest.cpp272 errorRows.push_back_n(width * kRowCount);
390 bytes.push_back_n(length);
H A DPathOpsSkpClipTest.cpp328 errorRows.push_back_n(width * kRowCount);
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp386 ip->fSamplers.push_back_n(numTextures);
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp349 rects.push_back_n(3 * instanceCount);
653 fGeoData.push_back_n(that->geoData()->count(), that->geoData()->begin());
/external/skia/bench/
H A Dnanobench.cpp552 fColorTypes.push_back_n(SK_ARRAY_COUNT(colorTypes), colorTypes);

Completed in 362 milliseconds