Home
last modified time | relevance | path

Searched defs:getDirective (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveParser.cpp45 DirectiveType getDirective(const pp::Token *token) in getDirective() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp49 static DirectiveType getDirective(const pp::Token *token) in getDirective() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h1026 PreprocessorDirective getDirective() const { return mDirective; } in getDirective() function