Searched refs:colSize (Results 1 – 1 of 1) sorted by relevance
623 const int colSize = VariableColumnCount(type); in setUniformMatrixfv() local626 for(int i = 0; i < colSize; ++i) in setUniformMatrixfv()630 dst[i * rowSize + j] = value[j * colSize + i]; in setUniformMatrixfv()