Home | History | Annotate | Download | only in functional

Lines Matching refs:scalarType

715 		glu::DataType		scalarType		= glu::getDataTypeScalarType(type);
730 if (scalarType == glu::TYPE_FLOAT)
1110 glu::DataType scalarType = glu::getDataTypeScalarType(attrib->type.getBasicType());
1118 if (scalarType == glu::TYPE_FLOAT) gl.vertexAttribPointer (loc, numComponents, GL_FLOAT, GL_FALSE, m_inputStride, ptr);
1119 else if (scalarType == glu::TYPE_INT) gl.vertexAttribIPointer (loc, numComponents, GL_INT, m_inputStride, ptr);
1120 else if (scalarType == glu::TYPE_UINT) gl.vertexAttribIPointer (loc, numComponents, GL_UNSIGNED_INT, m_inputStride, ptr);