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

  /external/deqp/external/openglcts/modules/common/
glcShaderLibrary.cpp 265 int indentCharsOmitted = 0;
271 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t'))
273 indentCharsOmitted += c == '\t' ? 4 : 1;
286 indentCharsOmitted = 0;
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 503 int indentCharsOmitted = 0;
509 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t'))
511 indentCharsOmitted += c == '\t' ? 4 : 1;
524 indentCharsOmitted = 0;
    [all...]

Completed in 232 milliseconds