Searched refs:resetWithNewLayout (Results 1 – 6 of 6) sorted by relevance
222 UniformManager(Layout layout) { this->resetWithNewLayout(layout); } in UniformManager()231 void resetWithNewLayout(Layout layout);232 void reset() { this->resetWithNewLayout(fLayout); } in reset()
271 void resetWithNewLayout(Layout layout) { in resetWithNewLayout() function272 fUniformManager.resetWithNewLayout(layout); in resetWithNewLayout()
41 gatherer->resetWithNewLayout(layout); in ExtractPaintData()
71 void UniformManager::resetWithNewLayout(Layout layout) { in resetWithNewLayout() function in skgpu::graphite::UniformManager
515 gatherer.resetWithNewLayout(uniformLayout); in Make()
311 gatherer->resetWithNewLayout(Layout::kMetal); in buildCombinations()