Lines Matching refs:col
4626 for (GLuint col = 1; col <= allowed_columns; ++col)
4628 testCase test_case = { types, col, row };
13741 for (GLuint col = 2; col <= 4; ++col)
13745 test_case.m_n_cols = col;
13991 for (GLuint col = 0; col < test_case.m_n_cols; ++col)
13993 initialization.append(getVectorValues(col, test_case.m_n_rows));
13995 if (col + 1 < test_case.m_n_cols)
14559 for (GLuint col = 0; col < columns; ++col)
14561 result.append(getVectorConstructor(col, size));
14563 if (col + 1 < columns)
14583 for (GLuint col = 0; col < columns; ++col)
14585 result.append(getVectorInitializer(col, size));
14587 if (col + 1 < columns)
15482 for (GLuint col = 0; col < test_case.m_n_cols; ++col)
15484 const GLuint index = variable_loc + col;
15486 const GLvoid* offset = (const GLvoid*)(test_case.m_n_rows * sizeof(GLfloat) * col);
15508 for (GLuint col = 0; col < test_case.m_n_cols; ++col)
15510 gl.enableVertexAttribArray(variable_loc + col);
15544 for (GLuint col = 2; col <= 4; ++col)
15548 testCase test_case = { Utils::FLOAT, col, row };
15656 for (GLuint col = 0; col < n_cols; ++col)
15660 if (col + 1 < n_cols)