Searched refs:atlasLocator (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.cpp | 30 void GrDrawOpAtlas::validate(const AtlasLocator& atlasLocator) const { in validate() 35 int plotIndex = atlasLocator.plotIndex(); in validate() 36 auto topLeft = atlasLocator.topLeft(); in validate() 125 int width, int height, const void* image, AtlasLocator* atlasLocator) { in addSubImage() 163 atlasLocator->updateRect(rect); in addSubImage() 260 AtlasLocator* atlasLocator, Plot* plot) { in updatePlot() 280 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot() 281 SkDEBUGCODE(this->validate(*atlasLocator);) in updatePlot() 286 int height, const void* image, AtlasLocator* atlasLocator) { in uploadToPage() 297 if (plot->addSubImage(width, height, image, atlasLocator)) { in uploadToPage() 124 addSubImage( int width, int height, const void* image, AtlasLocator* atlasLocator) addSubImage() argument 259 updatePlot(GrDeferredUploadTarget* target, AtlasLocator* atlasLocator, Plot* plot) updatePlot() argument 285 uploadToPage(unsigned int pageIdx, GrDeferredUploadTarget* target, int width, int height, const void* image, AtlasLocator* atlasLocator) uploadToPage() argument 314 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, int width, int height, const void* image, AtlasLocator* atlasLocator) addToAtlas() argument [all...] |
H A D | GrDrawOpAtlas.h | 307 void setLastUseToken(const AtlasLocator& atlasLocator, GrDeferredUploadToken token) { 308 SkASSERT(this->hasID(atlasLocator.plotLocator())); 309 uint32_t plotIdx = atlasLocator.plotIndex(); 311 uint32_t pageIdx = atlasLocator.pageIndex(); 335 bool add(const AtlasLocator& atlasLocator) { 336 int plotIdx = atlasLocator.plotIndex(); 337 int pageIdx = atlasLocator.pageIndex(); 439 bool addSubImage(int width, int height, const void* image, AtlasLocator* atlasLocator); 572 SkDEBUGCODE(void validate(const AtlasLocator& atlasLocator) const;)
|
/third_party/skia/tests/ |
H A D | DrawOpAtlasTest.cpp | 116 GrDrawOpAtlas::AtlasLocator* atlasLocator, in fill_plot() 126 data.getAddr(0, 0), atlasLocator); in fill_plot() 176 GrDrawOpAtlas::AtlasLocator atlasLocator; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 177 bool result = fill_plot(atlas.get(), resourceProvider, &uploadTarget, &atlasLocator, 4 * 32); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 113 fill_plot(GrDrawOpAtlas* atlas, GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, GrDrawOpAtlas::AtlasLocator* atlasLocator, int alpha) fill_plot() argument
|
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.cpp | 194 GrDrawOpAtlas::AtlasLocator* atlasLocator) { 196 atlasLocator); 190 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, GrMaskFormat format, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* atlasLocator) global() argument
|
Completed in 4 milliseconds