Home | History | Annotate | Download | only in functional

Lines Matching refs:scalarSize

782 			int						scalarSize		= glu::getDataTypeScalarSize(output.type);
797 gl.vertexAttribPointer(loc, scalarSize, glScalarType, GL_FALSE, 0, &inputs[curInVec][0]);
799 gl.vertexAttribIPointer(loc, scalarSize, glScalarType, 0, &inputs[curInVec][0]);
845 const int scalarSize = glu::getDataTypeScalarSize(output.type);
861 renderIntReference(viewportBuf, gridWidth, gridHeight, scalarSize, (const int*)inputData);
863 renderFloatReference(viewportBuf, gridWidth, gridHeight, scalarSize, (const float*)inputData);