Home
last modified time | relevance | path

Searched refs:PreprocessorDirective (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h21 PreprocessorDirective, enumerator
65 nodeType = NodeType::PreprocessorDirective; in visitPreprocessorDirective()
DIntermRebuild.cpp358 case NodeType::PreprocessorDirective: in traversePre()
424 case NodeType::PreprocessorDirective: in traverseChildren()
495 case NodeType::PreprocessorDirective: in traversePost()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h907 enum class PreprocessorDirective enum
919 TIntermPreprocessorDirective(PreprocessorDirective directive, ImmutableString command);
930 PreprocessorDirective getDirective() const { return mDirective; } in getDirective()
934 PreprocessorDirective mDirective;
DOutputGLSLBase.cpp1167 case PreprocessorDirective::Define: in visitPreprocessorDirective()
1170 case PreprocessorDirective::Endif: in visitPreprocessorDirective()
1173 case PreprocessorDirective::If: in visitPreprocessorDirective()
1176 case PreprocessorDirective::Ifdef: in visitPreprocessorDirective()
DTranslatorVulkan.cpp410 PreprocessorDirective::Ifdef, ImmutableString("ANGLE_ENABLE_LINE_SEGMENT_RASTERIZATION")); in GenerateLineRasterIfDef()
415 return new TIntermPreprocessorDirective(PreprocessorDirective::Endif, kEmptyImmutableString); in GenerateEndIf()
DIntermNode.cpp3770 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp1079 case PreprocessorDirective::Define: in visitPreprocessorDirective()
1082 case PreprocessorDirective::Endif: in visitPreprocessorDirective()
1085 case PreprocessorDirective::If: in visitPreprocessorDirective()
1088 case PreprocessorDirective::Ifdef: in visitPreprocessorDirective()
DIntermNode.h1003 enum class PreprocessorDirective enum
1015 TIntermPreprocessorDirective(PreprocessorDirective directive, ImmutableString command);
1026 PreprocessorDirective getDirective() const { return mDirective; } in getDirective()
1035 PreprocessorDirective mDirective;
DIntermNode.cpp4187 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective()