Home
last modified time | relevance | path

Searched defs:TintSource (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp971 class TintSource { class
974 TintSource(ARGS&&... args) : file(std::forward<ARGS>(args)...) { in TintSource() function in dawn_native::TintSource
DShaderModule.h84 class TintSource; variable