Home
last modified time | relevance | path

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

/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp89 size_t inclusionDepth) override in includeSystem() argument
93 … this->callbacks.include_system(this->context, headerName, includerName, inclusionDepth); in includeSystem()
97 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem()
101 size_t inclusionDepth) override in includeLocal() argument
105 … this->callbacks.include_local(this->context, headerName, includerName, inclusionDepth); in includeLocal()
109 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
/third_party/glslang/StandAlone/
DDirStackFileIncluder.h56 size_t inclusionDepth) override in includeLocal() argument
58 return readLocalPath(headerName, includerName, (int)inclusionDepth); in includeLocal()