Home | History | Annotate | Download | only in functional

Lines Matching full:matrixorder

117 static glu::MatrixOrder getMatrixOrderFromPath (const std::vector<VariablePathComponent>& path)
119 glu::MatrixOrder order = glu::MATRIXORDER_LAST;
124 glu::MatrixOrder matOrder;
127 matOrder = path[pathNdx].getInterfaceBlock()->layout.matrixOrder;
129 matOrder = path[pathNdx].getDeclaration()->layout.matrixOrder;