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__", 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
DPreprocessor.h45 void predefineMacro(const char* name, int value);
/external/swiftshader/src/OpenGL/compiler/
Dglslang.l591 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1); in glslang_scan()
594 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1); in glslang_scan()
Dglslang_lex.cpp3521 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1); in glslang_scan()
3524 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1); in glslang_scan()