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/
DShaderLang.cpp30 size_t activeAttribLimit = 0; in checkVariableMaxLengths() local
31 ShGetInfo(handle, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &activeAttribLimit); in checkVariableMaxLengths()
35 expectedValue == activeAttribLimit && in checkVariableMaxLengths()