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

  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Preprocessor.cpp 58 predefineMacro("__LINE__", 0);
59 predefineMacro("__FILE__", 0);
60 predefineMacro("__VERSION__", kGLSLVersion);
61 predefineMacro("GL_ES", 1);
66 void Preprocessor::predefineMacro(const char* name, int value)
Preprocessor.h 39 void predefineMacro(const char* name, int value);
  /external/chromium_org/third_party/angle/src/compiler/
glslang.l 348 context->preprocessor.predefineMacro(iter->first.c_str(), 1);
351 context->preprocessor.predefineMacro("GL_FRAGMENT_PRECISION_HIGH", 1);
glslang_lex.cpp     [all...]

Completed in 361 milliseconds