Home
last modified time | relevance | path

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

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