Home
last modified time | relevance | path

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

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