Lines Matching refs:MatrixOrder
139 static glu::MatrixOrder getMatrixOrderFromPath (const std::vector<VariablePathComponent>& path)
141 glu::MatrixOrder order = glu::MATRIXORDER_LAST;
146 glu::MatrixOrder matOrder;
149 matOrder = path[pathNdx].getInterfaceBlock()->layout.matrixOrder;
151 matOrder = path[pathNdx].getDeclaration()->layout.matrixOrder;