Lines Matching full:params
273 void GetRenderbufferParameterivEXT(enum target, enum pname, int *params);
296 enum pname, int *params);
1697 int *params);
1722 <params> will contain the name of the renderbuffer
1731 then <params> will contain the name of the texture
1735 then <params> will contain the mipmap level of the
1742 texture, then <params> will contain the cube map face of
1744 image. Otherwise <params> will contain the value zero.
1750 3-dimensional texture, then <params> will contain the
1752 contains the attached image. Otherwise <params> will
1758 int* params);
1769 RENDERBUFFER_INTERNAL_FORMAT_EXT, then <params> will contain
1778 RENDERBUFFER_STENCIL_SIZE_EXT, then <params> will contain
2300 4 CARD32 params
2306 n*4 LISTofCARD32 params
2374 4 CARD32 params
2380 n*4 LISTofCARD32 params
4825 int* params);
4830 Upon success "params" will contain an array of
4833 params[0] = {NONE | TEXTURE | RENDERBUFFER}
4835 if params[0] == TEXTURE then
4836 params[1] = texture object name
4837 params[2] = level
4838 params[3] = face
4839 params[4] = image
4840 else if params[0] = RENDERBUFFER then
4841 params[1] = renderbuffer name
4843 Elements of the params array not explicitly defined
4854 many attachment state params will come back from the
7863 - changed typo in Get*Parameter routines: "param" --> "params"