Searched refs:inclusionDepth (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 107 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/ |
D | glslang_c_interface.cpp | 107 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/ |
D | DirStackFileIncluder.h | 55 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/ |
D | DirStackFileIncluder.h | 56 size_t inclusionDepth) override in includeLocal() argument 58 return readLocalPath(headerName, includerName, (int)inclusionDepth); in includeLocal()
|