Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp95 int firstLineEndNdx = 0; in strWithWhiteSpaceAndComments() local
96 while (firstLineEndNdx < (int)str.size() && str[firstLineEndNdx] != '\n') in strWithWhiteSpaceAndComments()
98 res += str[firstLineEndNdx]; in strWithWhiteSpaceAndComments()
99 firstLineEndNdx++; in strWithWhiteSpaceAndComments()
102 DE_ASSERT(firstLineEndNdx < (int)str.size()); in strWithWhiteSpaceAndComments()
119 res.append(&str.c_str()[firstLineEndNdx + 1]); in strWithWhiteSpaceAndComments()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp95 int firstLineEndNdx = 0; in strWithWhiteSpaceAndComments() local
96 while (firstLineEndNdx < (int)str.size() && str[firstLineEndNdx] != '\n') in strWithWhiteSpaceAndComments()
98 res += str[firstLineEndNdx]; in strWithWhiteSpaceAndComments()
99 firstLineEndNdx++; in strWithWhiteSpaceAndComments()
102 DE_ASSERT(firstLineEndNdx < (int)str.size()); in strWithWhiteSpaceAndComments()
119 res.append(&str.c_str()[firstLineEndNdx + 1]); in strWithWhiteSpaceAndComments()