Home | History | Annotate | Download | only in swrast

Lines Matching full:slice

159                          GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h)
172 * Map a 2D slice of a texture image into user space.
177 * \param slice the 3D image slice or array texture slice
186 GLuint slice,
197 _mesa_check_map_teximage(texImage, slice, x, y, w, h);
220 assert(slice < texImage->Depth);
221 map += slice * sliceSize;
227 assert(slice < texImage->Height);
228 map += slice * sliceSize;
241 GLuint slice)