Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp835 const int numTotal = numPre + numStrings + numPost; in ProcessDeferred() local
836 std::unique_ptr<size_t[]> lengths(new size_t[numTotal]); in ProcessDeferred()
837 std::unique_ptr<const char*[]> strings(new const char*[numTotal]); in ProcessDeferred()
838 std::unique_ptr<const char*[]> names(new const char*[numTotal]); in ProcessDeferred()