Searched defs:headerName (Results 1 – 3 of 3) sorted by relevance
/third_party/glslang/StandAlone/ |
D | DirStackFileIncluder.h | 54 virtual IncludeResult* includeLocal(const char* headerName, in includeLocal() 61 virtual IncludeResult* includeSystem(const char* headerName, in includeSystem() 103 … virtual IncludeResult* readLocalPath(const char* headerName, const char* includerName, int depth) in readLocalPath()
|
/third_party/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 87 …CallbackIncludeResult(const std::string& headerName, const char* const headerData, const size_t he… in CallbackIncludeResult() 107 virtual IncludeResult* includeSystem(const char* headerName, const char* includerName, in includeSystem() 121 virtual IncludeResult* includeLocal(const char* headerName, const char* includerName, in includeLocal()
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 602 const std::string headerName; member
|