Home
last modified time | relevance | path

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

/third_party/glslang/StandAlone/
DDirStackFileIncluder.h55 const char* includerName, in includeLocal() argument
58 return readLocalPath(headerName, includerName, (int)inclusionDepth); in includeLocal()
103 … virtual IncludeResult* readLocalPath(const char* headerName, const char* includerName, int depth) in readLocalPath() argument
109 directoryStack.back() = getDirectory(includerName); in readLocalPath()
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp107 virtual IncludeResult* includeSystem(const char* headerName, const char* includerName, in includeSystem() argument
112 … this->callbacks.include_system(this->context, headerName, includerName, inclusionDepth); in includeSystem()
118 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem()
121 virtual IncludeResult* includeLocal(const char* headerName, const char* includerName, in includeLocal() argument
126 … this->callbacks.include_local(this->context, headerName, includerName, inclusionDepth); in includeLocal()
132 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()