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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
compile.h 76 int pastFirstStatement; // used to make sure that #version is the first statement seen in the file, if present
scanner.c 119 cpp->pastFirstStatement = 0;
638 cpp->pastFirstStatement = 1;
644 cpp->pastFirstStatement = 1;
cpp.c 665 if (cpp->pastFirstStatement == 1)
767 cpp->pastFirstStatement = 1;
825 cpp->pastFirstStatement = 1;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 567 cpp->pastFirstStatement = 0;
glslang_lex.cpp     [all...]

Completed in 106 milliseconds