Searched refs:includeLocal (Results 1 – 4 of 4) sorted by relevance
54 virtual IncludeResult* includeLocal(const char* headerName, in includeLocal() function
121 virtual IncludeResult* includeLocal(const char* headerName, const char* includerName, in includeLocal() function in CallbackIncluder132 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
643 virtual IncludeResult* includeLocal(const char* /*headerName*/, in includeLocal() function
669 … res = includer.includeLocal(filename.c_str(), currentSourceFile.c_str(), includeStack.size() + 1); in CPPinclude()