Lines Matching refs:params
2807 * @param params Array that will be filled with values of parameters
2809 void Program::GetActiveUniformsiv(GLsizei count, const GLuint* indices, GLenum pname, GLint* params) const
2813 GetActiveUniformsiv(gl, m_id, count, indices, pname, params);
2834 * @param buf_size Size of <params> buffer
2835 * @param params Results of query
2837 void Program::GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint* params) const
2841 GetResource(gl, m_id, interface, index, property, buf_size, params);
2976 * @param params Array that will be filled with values of parameters
2979 GLenum pname, GLint* params)
2981 gl.getActiveUniformsiv(program_id, count, indices, pname, params);
3124 * @param buf_size Size of <params> buffer
3125 * @param params Results of query
3128 GLsizei buf_size, GLint* params)
3131 params);