Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp966 SourceLineSynchronizer(const std::function<int()>& lastSourceIndex, in SourceLineSynchronizer() argument
968 : getLastSourceIndex(lastSourceIndex), output(output), lastSource(-1), lastLine(0) {} in SourceLineSynchronizer()