Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DShaderLang.cpp45 size_t activeAttribLimit = 0; in CheckVariableMaxLengths() local
46 ShGetInfo(handle, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &activeAttribLimit); in CheckVariableMaxLengths()
50 expectedValue == activeAttribLimit && in CheckVariableMaxLengths()