Home
last modified time | relevance | path

Searched refs:predefineMacro (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.cpp65 predefineMacro("__LINE__", 0); in init()
66 predefineMacro("__FILE__", 0); in init()
67 predefineMacro("__VERSION__", kDefaultGLSLVersion); in init()
68 predefineMacro("GL_ES", 1); in init()
73 void Preprocessor::predefineMacro(const char *name, int value) in predefineMacro() function in pp::Preprocessor
DPreprocessor.h55 void predefineMacro(const char *name, int value);
/external/swiftshader/src/OpenGL/compiler/
Dglslang.l580 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1); in glslang_scan()
583 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1); in glslang_scan()
Dglslang_lex.cpp3812 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1); in glslang_scan()
3815 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1); in glslang_scan()