Lines Matching full:param
183 * \param tObj texture object.
184 * \param target texture target.
185 * \param level image level.
186 * \param texImage texture image.
213 * \param texImage texture image.
232 * \param target texture target.
268 * \param target texture target.
289 * \param target texture target.
362 * \param texObj texture unit.
363 * \param target texture target.
364 * \param level image level.
481 * \param ctx GL context.
482 * \param target texture target.
810 * \param ctx GL context.
811 * \param img texture image structure to be initialized.
812 * \param width image width.
813 * \param height image height.
814 * \param depth image depth.
815 * \param border image border.
816 * \param internalFormat internal format.
817 * \param format the actual hardware format (one of MESA_FORMAT_*)
818 * \param numSamples number of samples per texel, or zero for non-MS.
819 * \param fixedSampleLocations are sample locations fixed?
946 * \param ctx GL context.
947 * \param texImage texture image structure to be cleared.
1147 * \param destImage the destination texture image.
1270 * \param target any texture target/type
1271 * \param numLevels number of mipmap levels in the texture or 0 if not known
1272 * \param level as passed to glTexImage
1273 * \param format the MESA_FORMAT_x for the tex image
1274 * \param numSamples number of samples per texel
1275 * \param width as passed to glTexImage
1276 * \param height as passed to glTexImage
1277 * \param depth as passed to glTexImage
1674 * \param ctx GL context
1675 * \param target Texture target
1676 * \param internalFormat Internal format of the texture image
1769 * \param ctx GL context.
1770 * \param format pixel data format given by the user.
1771 * \param type pixel data type given by the user.
1772 * \param internalFormat internal format given by the user.
1773 * \param callerName name of the caller function to print in the error message
1800 * \param ctx GL context.
1801 * \param dimensions texture image dimensions (must be 1, 2 or 3).
1802 * \param target texture target given by the user (already validated).
1803 * \param level image level given by the user.
1804 * \param internalFormat internal format given by the user.
1805 * \param format pixel data format given by the user.
1806 * \param type pixel data type given by the user.
1807 * \param width image width given by the user.
1808 * \param height image height given by the user.
1809 * \param depth image depth given by the user.
1810 * \param border image border given by the user.
2144 * \param ctx GL context.
2145 * \param dimensions texture image dimensions (must be 1, 2 or 3).
2146 * \param target texture target given by the user (already validated)
2147 * \param level image level given by the user.
2148 * \param xoffset sub-image x offset given by the user.
2149 * \param yoffset sub-image y offset given by the user.
2150 * \param zoffset sub-image z offset given by the user.
2151 * \param format pixel data format given by the user.
2152 * \param type pixel data type given by the user.
2153 * \param width image width given by the user.
2154 * \param height image height given by the user.
2155 * \param depth image depth given by the user.
2272 * \param ctx GL context.
2273 * \param dimensions texture image dimensions (must be 1, 2 or 3).
2274 * \param target texture target given by the user.
2275 * \param level image level given by the user.
2276 * \param internalFormat internal format given by the user.
2277 * \param width image width given by the user.
2278 * \param height image height given by the user.
2279 * \param border texture border.
2859 * \param unpackNew returns the new pixel unpack parameters
2963 * \param compressed only GL_TRUE for glCompressedTexImage1D/2D/3D calls.
2964 * \param format the user's image format (only used if !compressed)
2965 * \param type the user's image type (only used if !compressed)
2966 * \param imageSize only used for glCompressedTexImage1D/2D/3D calls.
4141 * \param return true if arguments match, false otherwise.