Home | History | Annotate | Download | only in src

Lines Matching refs:matrices

659                        float *matrices, int count,
721 if( !matrices )
756 if( !featuresA || !featuresB || !matrices )
790 matrices[i] = matrices[i + 3] = 1.f;
791 matrices[i + 1] = matrices[i + 2] = 0.f;
822 Av[0] = matrices[i*4];
823 Av[1] = matrices[i*4+1];
824 Av[3] = matrices[i*4+2];
825 Av[4] = matrices[i*4+3];
1001 matrices[i*4] = Av[0];
1002 matrices[i*4+1] = Av[1];
1003 matrices[i*4+2] = Av[3];
1004 matrices[i*4+3] = Av[4];