Home | History | Annotate | Download | only in glshared

Lines Matching refs:numActiveBlocks

1170 	int		numActiveBlocks		= 0;
1173 gl.getProgramiv(program, GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks);
1178 layout.blocks.resize(numActiveBlocks);
1179 for (int blockNdx = 0; blockNdx < numActiveBlocks; blockNdx++)