Home | History | Annotate | Download | only in functional

Lines Matching full:attribndx

984 	for (int attribNdx = 0; attribNdx < 4; attribNdx++)
986 m_userAttribTransforms[attribNdx] = Mat4(0.0f);
987 m_userAttribTransforms[attribNdx]((0 + attribNdx) % 4, 0) = 1.0f;
988 m_userAttribTransforms[attribNdx]((1 + attribNdx) % 4, 1) = 1.0f;
989 m_userAttribTransforms[attribNdx]((2 + attribNdx) % 4, 2) = 1.0f;
990 m_userAttribTransforms[attribNdx]((3 + attribNdx) % 4, 3) = 1.0f;
996 for (int attribNdx = 0; attribNdx < 4; attribNdx++)
1004 m_userAttribTransforms[attribNdx](row, col) = -m_userAttribTransforms[attribNdx](row, col);
1007 m_userAttribTransforms[attribNdx](row, col) += 0.3f;
1010 m_userAttribTransforms[attribNdx](row, col) -= 0.1f;