OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
466
int
numIndentChars
= 0;
468
numIndentChars
+= source[ndx] == '\t' ? 4 : 1;
480
if (atLineStart && indentCharsOmitted <
numIndentChars
&& (c == ' ' || c == '\t'))
[
all
...]
Completed in 132 milliseconds