HomeSort by relevance Sort by last modified time
    Searched refs:predefineMacro (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Preprocessor.cpp 65 predefineMacro("__LINE__", 0);
66 predefineMacro("__FILE__", 0);
67 predefineMacro("__VERSION__", kDefaultGLSLVersion);
68 predefineMacro("GL_ES", 1);
73 void Preprocessor::predefineMacro(const char *name, int value)
75 PredefineMacro(&mImpl->macroSet, name, value);
Preprocessor.h 55 void predefineMacro(const char *name, int value);
  /external/swiftshader/src/OpenGL/compiler/
glslang.l 580 context->getPreprocessor().predefineMacro(iter->first.c_str(), 1);
583 context->getPreprocessor().predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1);
glslang_lex.cpp     [all...]

Completed in 118 milliseconds