Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:subscript

245     int subscript = 0;
247 // Strip any trailing array operator and retrieve the subscript
252 subscript = atoi(_name.substr(open + 1).c_str());
260 mUniformIndex[location].element == subscript)