Home
last modified time | relevance | path

Searched refs:stringNames (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp799 const char* const stringNames[], in ProcessDeferred() argument
846 if (stringNames != nullptr) { in ProcessDeferred()
848 names[s + numPre] = stringNames[s]; in ProcessDeferred()
1262 const char* const stringNames[], in PreprocessDeferred() argument
1278 return ProcessDeferred(compiler, shaderStrings, numStrings, inputLengths, stringNames, in PreprocessDeferred()
1302 const char* const stringNames[], in CompileDeferred() argument
1318 return ProcessDeferred(compiler, shaderStrings, numStrings, inputLengths, stringNames, in CompileDeferred()
1755 : stage(s), lengths(nullptr), stringNames(nullptr), preamble(""), overrideVersion(0) in TShader()
1799 stringNames = names; in setStringsWithLengthsAndNames()
1910 return CompileDeferred(compiler, strings, numStrings, lengths, stringNames, in parse()
[all …]
/third_party/glslang/glslang/Public/
DShaderLang.h713 const char* const* stringNames; variable