Searched refs:atlas (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.cpp207 GrPlot* GrAtlasMgr::addToAtlas(GrAtlas* atlas, argument
210 // iterate through entire plot list for this atlas, see if we can find a hole
212 for (int i = atlas->fPlots.count()-1; i >= 0; --i) {
213 GrPlot* plot = atlas->fPlots[i];
244 // new plot for atlas, put at end of array
245 *(atlas->fPlots.append()) = plot;
255 bool GrAtlasMgr::removePlot(GrAtlas* atlas, const GrPlot* plot) { argument
256 // iterate through plot list for this atlas
257 int count = atlas->fPlots.count();
259 if (plot == atlas
[all...]
H A DGrAtlas.h77 // add subimage of width, height dimensions to atlas
82 bool removePlot(GrAtlas* atlas, const GrPlot* plot);
/external/skia/src/gpu/
H A DGrAtlas.cpp207 GrPlot* GrAtlasMgr::addToAtlas(GrAtlas* atlas, argument
210 // iterate through entire plot list for this atlas, see if we can find a hole
212 for (int i = atlas->fPlots.count()-1; i >= 0; --i) {
213 GrPlot* plot = atlas->fPlots[i];
244 // new plot for atlas, put at end of array
245 *(atlas->fPlots.append()) = plot;
255 bool GrAtlasMgr::removePlot(GrAtlas* atlas, const GrPlot* plot) { argument
256 // iterate through plot list for this atlas
257 int count = atlas->fPlots.count();
259 if (plot == atlas
[all...]
H A DGrAtlas.h77 // add subimage of width, height dimensions to atlas
82 bool removePlot(GrAtlas* atlas, const GrPlot* plot);
/external/ceres-solver/scripts/
H A Dceres-solver.spec28 # Use atlas for BLAS and LAPACK
29 BuildRequires: atlas-devel

Completed in 155 milliseconds