Home
last modified time | relevance | path

Searched refs:Includer (Results 1 – 8 of 8) sorted by relevance

/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp82 class CallbackIncluder : public glslang::TShader::Includer {
85 class CallbackIncludeResult : public glslang::TShader::Includer::IncludeResult {
89 … : glslang::TShader::Includer::IncludeResult(headerName, headerData, headerLength, userData), in CallbackIncludeResult()
118 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem()
132 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
397 DirStackFileIncluder Includer; in glslang_shader_preprocess() local
407 Includer in glslang_shader_preprocess()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h200 TPpContext(TParseContextBase&, const std::string& rootFileName, TShader::Includer&);
454 TShader::Includer& includer;
596 TShader::Includer::IncludeResult* includedFile, in TokenizableIncludeFile()
651 TShader::Includer::IncludeResult* includedFile_;
674 void push_include(TShader::Includer::IncludeResult* result) in push_include()
682 TShader::Includer::IncludeResult* include = includeStack.top(); in pop_include()
694 std::stack<TShader::Includer::IncludeResult*> includeStack;
DPpContext.cpp87 TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& i… in TPpContext()
DPp.cpp667 TShader::Includer::IncludeResult* res = nullptr; in CPPinclude()
/third_party/glslang/glslang/Public/
DShaderLang.h591 class Includer {
650 virtual ~Includer() {} in ~Includer()
654 class ForbidIncluder : public Includer {
662 EShMessages, Includer&);
678 Includer& includer) in parse()
689 Includer& includer);
/third_party/glslang/StandAlone/
DDirStackFileIncluder.h50 class DirStackFileIncluder : public glslang::TShader::Includer {
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp814 TShader::Includer& includer, in ProcessDeferred()
1272 TShader::Includer& includer, in PreprocessDeferred()
1313 TShader::Includer& includer, in CompileDeferred()
1901 bool forwardCompatible, EShMessages messages, Includer& includer) in parse()
1928 Includer& includer) in preprocess()
/third_party/glslang/Test/
Druntests181 echo Testing Includer