Searched refs:maxMappedNameLength (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DShaderLang.cpp443 size_t maxMappedNameLength = 1 + GetGlobalMaxTokenSize(compiler->getShaderSpec()); local
444 ASSERT(CheckMappedNameMaxLength(handle, maxMappedNameLength));
445 strncpy(mappedName, varInfo->mappedName.c_str(), maxMappedNameLength);
446 mappedName[maxMappedNameLength - 1] = 0;

Completed in 26 milliseconds