Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:uniformCount

1155     const unsigned int uniformCount = stream.readInt<unsigned int>();
1162 mUniforms.resize(uniformCount);
1163 for (unsigned int uniformIndex = 0; uniformIndex < uniformCount; uniformIndex++)