Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.cpp87 TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& i… in TPpContext() argument
89 rootFileName(rootFileName), in TPpContext()
90 currentSourceFile(rootFileName) in TPpContext()
DPpContext.h199 TPpContext(TParseContextBase&, const std::string& rootFileName, TShader::Includer&);
620 currentSourceFile = rootFileName; in pop_include()
627 std::string rootFileName; variable