Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcShaderLibrary.cpp265 int indentCharsOmitted = 0; in removeExtraIndentation() local
271 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t')) in removeExtraIndentation()
273 indentCharsOmitted += c == '\t' ? 4 : 1; in removeExtraIndentation()
286 indentCharsOmitted = 0; in removeExtraIndentation()
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp474 int indentCharsOmitted = 0; in removeExtraIndentation() local
480 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t')) in removeExtraIndentation()
482 indentCharsOmitted += c == '\t' ? 4 : 1; in removeExtraIndentation()
495 indentCharsOmitted = 0; in removeExtraIndentation()