Home
last modified time | relevance | path

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

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