Searched refs:fPlotAlreadyUpdated (Results 1 – 1 of 1) sorted by relevance
376 memset(fPlotAlreadyUpdated, 0, sizeof(fPlotAlreadyUpdated)); in BulkUsePlotUpdater()380 memcpy(fPlotAlreadyUpdated, that.fPlotAlreadyUpdated, sizeof(fPlotAlreadyUpdated)); in BulkUsePlotUpdater()395 memset(fPlotAlreadyUpdated, 0, sizeof(fPlotAlreadyUpdated)); in reset()411 return (fPlotAlreadyUpdated[pageIdx] >> index) & 1; in find()416 fPlotAlreadyUpdated[pageIdx] |= (1 << index); in set()423 uint32_t fPlotAlreadyUpdated[skgpu::PlotLocator::kMaxMultitexturePages]; variable