Home
last modified time | relevance | path

Searched refs:isEOL (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.cpp65 DE_INLINE deBool isEOL(char c) in isEOL() function
275 else if (isEOL(c)) in removeExtraIndentation()
307 while (isEOL(*p)) in parseShaderSource()
357 while (*m_curPtr && !isEOL(*m_curPtr)) in advanceToken()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp258 DE_INLINE deBool isEOL (char c) in isEOL() function
484 else if (isEOL(c)) in removeExtraIndentation()
557 while (*m_curPtr && !isEOL(*m_curPtr)) in advanceToken()

Completed in 4 milliseconds