Home | History | Annotate | Download | only in gpu

Lines Matching refs:Page

31  * atlas texture (or "page") of the same size, up to a maximum number of textures, and upload
38 * it will try to upload to page 0 before page 1 or 2. To keep the atlas from continually using
41 * determined by using the GrDrawUploadToken system: After a flush each subarea of the page
138 uint32_t page = GetPageIndexFromID(id);
139 SkASSERT(page < fNumActivePages);
140 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
165 * current max number of plots per page the GrDrawOpAtlas can handle is 32. If in the future
214 // to allow more plots per page
223 // it's possible we've added a plot to the updater and subsequently the plot's page
264 /** index() is a unique id for the plot relative to the owning GrAtlas and page. */
406 struct Page {
414 Page fPages[kMaxMultitexturePages];