Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.l407 yyget_extra(yyscanner)->getPreprocessor().lex(&token);
574 if (!context->getPreprocessor().init(count, string, length)) in glslang_scan()
582 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1); in glslang_scan()
585 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1); in glslang_scan()
DParseHelper.h71 const pp::Preprocessor &getPreprocessor() const { return mPreprocessor; } in getPreprocessor() function
72 pp::Preprocessor &getPreprocessor() { return mPreprocessor; } in getPreprocessor() function
Dglslang_lex.cpp3639 yyget_extra(yyscanner)->getPreprocessor().lex(&token); in string_input()
3806 if (!context->getPreprocessor().init(count, string, length)) in glslang_scan()
3814 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1); in glslang_scan()
3817 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1); in glslang_scan()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h48 const angle::pp::Preprocessor &getPreprocessor() const { return mPreprocessor; } in getPreprocessor() function
49 angle::pp::Preprocessor &getPreprocessor() { return mPreprocessor; } in getPreprocessor() function
Dglslang.l467 yyget_extra(yyscanner)->getPreprocessor().lex(&token);
918 angle::pp::Preprocessor *preprocessor = &context->getPreprocessor(); in glslang_scan()
Dglslang_lex_autogen.cpp3307 yyget_extra(yyscanner)->getPreprocessor().lex(&token); in string_input()
3797 angle::pp::Preprocessor *preprocessor = &context->getPreprocessor(); in glslang_scan()