Home
last modified time | relevance | path

Searched refs:includeSystem (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/StandAlone/
DDirStackFileIncluder.h60 virtual IncludeResult* includeSystem(const char* headerName, in includeSystem() function
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h513 virtual IncludeResult* includeSystem(const char* /*headerName*/, in includeSystem() function
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp642 …res = includer.includeSystem(filename.c_str(), currentSourceFile.c_str(), includeStack.size() + 1); in CPPinclude()