Home | History | Annotate | Download | only in glshared

Lines Matching refs:sizes

1214 		std::vector<int>		sizes			(numActiveUniforms);
1224 gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFORM_SIZE, &sizes[0]);
1250 size != sizes[uniformNdx] ||
1256 entry.size = sizes[uniformNdx];