OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstLineEndNdx
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp
95
int
firstLineEndNdx
= 0;
96
while (
firstLineEndNdx
< (int)str.size() && str[
firstLineEndNdx
] != '\n')
98
res += str[
firstLineEndNdx
];
99
firstLineEndNdx
++;
102
DE_ASSERT(
firstLineEndNdx
< (int)str.size());
119
res.append(&str.c_str()[
firstLineEndNdx
+ 1]);
[
all
...]
/external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp
95
int
firstLineEndNdx
= 0;
96
while (
firstLineEndNdx
< (int)str.size() && str[
firstLineEndNdx
] != '\n')
98
res += str[
firstLineEndNdx
];
99
firstLineEndNdx
++;
102
DE_ASSERT(
firstLineEndNdx
< (int)str.size());
119
res.append(&str.c_str()[
firstLineEndNdx
+ 1]);
[
all
...]
Completed in 274 milliseconds