Lines Matching defs:slice
183 GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h)
193 assert(slice < texture_slices(texImage));
197 * Map a 2D slice of a texture image into user space.
202 * \param slice the 3D image slice or array texture slice
211 GLuint slice,
222 check_map_teximage(texImage, slice, x, y, w, h);
246 map = swImage->ImageSlices[slice];
258 GLuint slice)
311 * every slice of the same texture, since we don't track them