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

  /external/deqp/external/openglcts/modules/common/
glcShaderLibrary.cpp 257 int numIndentChars = 0;
259 numIndentChars += source[ndx] == '\t' ? 4 : 1;
271 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t'))
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 495 int numIndentChars = 0;
497 numIndentChars += source[ndx] == '\t' ? 4 : 1;
509 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t'))
    [all...]

Completed in 188 milliseconds