OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atLineStart
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/common/
glcShaderLibrary.cpp
264
bool
atLineStart
= true;
271
if (
atLineStart
&& indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t'))
285
atLineStart
= true;
291
atLineStart
= false;
/external/deqp/framework/opengl/
gluShaderLibrary.cpp
473
bool
atLineStart
= true;
480
if (
atLineStart
&& indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t'))
494
atLineStart
= true;
500
atLineStart
= false;
[
all
...]
Completed in 698 milliseconds