Lines Matching defs:count
2228 gl.drawArrays(GL_PATCHES, 0 /* first */, 1 /* count */);
15567 GLuint count = 0;
15572 count = 3;
15575 count = 2;
15578 count = 4;
15583 count *= test_case.m_n_rows;
15587 count *= test_case.m_n_cols;
15597 GLfloat value = 0.125f * (GLfloat)count;
15603 GLint value = -1 * (GLint)count;
15609 GLuint value = 1 * (GLuint)count;
18409 getUniformNdv(gl, n_rows)(location, 1 /* count */, (const GLdouble*)data);
18414 getUniformMatrixNdv(gl, n_columns, n_rows)(location, 1 /* count */, false, (const GLdouble*)data);
18421 getUniformNfv(gl, n_rows)(location, 1 /* count */, (const GLfloat*)data);
18426 getUniformMatrixNfv(gl, n_columns, n_rows)(location, 1 /* count */, false, (const GLfloat*)data);
18431 getUniformNiv(gl, n_rows)(location, 1 /* count */, (const GLint*)data);
18435 getUniformNuiv(gl, n_rows)(location, 1 /* count */, (const GLuint*)data);