Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/CInterface/
Dglslang_c_interface.cpp107 size_t inclusionDepth) override in includeSystem() argument
111 … this->callbacks.include_system(this->context, headerName, includerName, inclusionDepth); in includeSystem()
117 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem()
121 size_t inclusionDepth) override in includeLocal() argument
125 … this->callbacks.include_local(this->context, headerName, includerName, inclusionDepth); in includeLocal()
131 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/CInterface/
Dglslang_c_interface.cpp107 size_t inclusionDepth) override in includeSystem() argument
111 … this->callbacks.include_system(this->context, headerName, includerName, inclusionDepth); in includeSystem()
117 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem()
121 size_t inclusionDepth) override in includeLocal() argument
125 … this->callbacks.include_local(this->context, headerName, includerName, inclusionDepth); in includeLocal()
131 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
/external/deqp-deps/glslang/StandAlone/
DDirStackFileIncluder.h55 size_t inclusionDepth) override in includeLocal() argument
57 return readLocalPath(headerName, includerName, (int)inclusionDepth); in includeLocal()
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/
DDirStackFileIncluder.h56 size_t inclusionDepth) override in includeLocal() argument
58 return readLocalPath(headerName, includerName, (int)inclusionDepth); in includeLocal()