Lines Matching defs:slice
181 GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h)
191 assert(slice < texture_slices(texImage));
195 * Map a 2D slice of a texture image into user space.
200 * \param slice the 3D image slice or array texture slice
209 GLuint slice,
220 check_map_teximage(texImage, slice, x, y, w, h);
244 map = swImage->ImageSlices[slice];
256 GLuint slice)
309 * every slice of the same texture, since we don't track them