Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.h30 struct PreprocessorSettings struct
32 PreprocessorSettings() : maxMacroExpansionDepth(1000) {} in PreprocessorSettings() argument
41 const PreprocessorSettings &settings); argument
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DPreprocessor.h28 PreprocessorSettings(ShShaderSpec shaderSpec) in PreprocessorSettings() function