Lines Matching defs:pname
44 * \param pname Selector of which pixel parameter is to be set.
45 * \param param Value that \c pname is set to.
50 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname,
57 (void) memcpy((void *) (pc + 0), (void *) (&pname), 4);
69 __indirect_glPixelStoref(GLenum pname, GLfloat param)
79 switch (pname) {
209 send_PixelStore(gc, X_GLsop_PixelStoref, pname, ¶m);
219 __indirect_glPixelStorei(GLenum pname, GLint param)
228 switch (pname) {
346 send_PixelStore(gc, X_GLsop_PixelStorei, pname, ¶m);