Home
last modified time | relevance | path

Searched refs:indentCharsOmitted (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderLibrary.cpp503 int indentCharsOmitted = 0; in removeExtraIndentation() local
509 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t')) in removeExtraIndentation()
511 indentCharsOmitted += c == '\t' ? 4 : 1; in removeExtraIndentation()
524 indentCharsOmitted = 0; in removeExtraIndentation()