Searched refs:predefineMacro (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Preprocessor.cpp | 65 predefineMacro("__LINE__", 0); in init() 66 predefineMacro("__FILE__", 0); in init() 67 predefineMacro("__VERSION__", kGLSLVersion); in init() 68 predefineMacro("GL_ES", 1); in init() 73 void Preprocessor::predefineMacro(const char* name, int value) in predefineMacro() function in pp::Preprocessor
|
D | Preprocessor.h | 45 void predefineMacro(const char* name, int value);
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang.l | 591 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1); in glslang_scan() 594 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1); in glslang_scan()
|
D | glslang_lex.cpp | 3521 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1); in glslang_scan() 3524 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1); in glslang_scan()
|