Home
last modified time | relevance | path

Searched refs:resetWithNewLayout (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/graphite/
DUniformManager.h222 UniformManager(Layout layout) { this->resetWithNewLayout(layout); } in UniformManager()
231 void resetWithNewLayout(Layout layout);
232 void reset() { this->resetWithNewLayout(fLayout); } in reset()
DPipelineData.h271 void resetWithNewLayout(Layout layout) { in resetWithNewLayout() function
272 fUniformManager.resetWithNewLayout(layout); in resetWithNewLayout()
DContextUtils.cpp41 gatherer->resetWithNewLayout(layout); in ExtractPaintData()
DUniformManager.cpp71 void UniformManager::resetWithNewLayout(Layout layout) { in resetWithNewLayout() function in skgpu::graphite::UniformManager
DDrawPass.cpp515 gatherer.resetWithNewLayout(uniformLayout); in Make()
/external/skia/src/gpu/graphite/precompile/
DPaintOptions.cpp311 gatherer->resetWithNewLayout(Layout::kMetal); in buildCombinations()