Lines Matching defs:VdpCSCMatrix
1449 * \defgroup VdpCSCMatrix VdpCSCMatrix; CSC Matrix Manipulation
1454 * VdpCSCMatrix is a data structure representing this
1484 typedef float VdpCSCMatrix[3][4];
1550 VdpCSCMatrix * csc_matrix
2064 VdpCSCMatrix const * csc_matrix
3835 * This attribute's type is \ref VdpCSCMatrix.
3839 * a pointer a VdpCSCMatrix (VdpCSCMatrix** as a void *). The get function will
3845 * VdpCSCMatrix matrix;
3846 * VdpCSCMatrix * matrix_ptr;