Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/StandAlone/
DDirStackFileIncluder.h53 virtual IncludeResult* includeLocal(const char* headerName, in includeLocal() function
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/
DDirStackFileIncluder.h54 virtual IncludeResult* includeLocal(const char* headerName, in includeLocal() function
/external/deqp-deps/glslang/glslang/CInterface/
Dglslang_c_interface.cpp120 virtual IncludeResult* includeLocal(const char* headerName, const char* includerName, in includeLocal() function in CallbackIncluder
131 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/CInterface/
Dglslang_c_interface.cpp120 virtual IncludeResult* includeLocal(const char* headerName, const char* includerName, in includeLocal() function in CallbackIncluder
131 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/
DShaderLang.h629 virtual IncludeResult* includeLocal(const char* /*headerName*/, in includeLocal() function
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h608 virtual IncludeResult* includeLocal(const char* /*headerName*/, in includeLocal() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/
DPp.cpp669 … res = includer.includeLocal(filename.c_str(), currentSourceFile.c_str(), includeStack.size() + 1); in CPPinclude()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp669 … res = includer.includeLocal(filename.c_str(), currentSourceFile.c_str(), includeStack.size() + 1); in CPPinclude()