Lines Matching refs:pname
43 * \param pname Selector of which pixel parameter is to be set.
44 * \param param Value that \c pname is set to.
49 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname,
56 (void) memcpy((void *) (pc + 0), (void *) (&pname), 4);
68 __indirect_glPixelStoref(GLenum pname, GLfloat param)
78 switch (pname) {
208 send_PixelStore(gc, X_GLsop_PixelStoref, pname, ¶m);
218 __indirect_glPixelStorei(GLenum pname, GLint param)
227 switch (pname) {
345 send_PixelStore(gc, X_GLsop_PixelStorei, pname, ¶m);