Searched refs:ImageSlices (Results 1 – 8 of 8) sorted by relevance
113 swImg->ImageSlices[i] = swImg->Buffer + bytesPerSlice * i; in _swrast_alloc_texture_image_buffer()152 assert(!swImg->ImageSlices); in _swrast_init_texture_image()153 swImg->ImageSlices = calloc(texture_slices(texImage), sizeof(void *)); in _swrast_init_texture_image()154 if (!swImg->ImageSlices) in _swrast_init_texture_image()173 free(swImage->ImageSlices); in _swrast_free_texture_image_buffer()174 swImage->ImageSlices = NULL; in _swrast_free_texture_image_buffer()244 assert(swImage->Buffer == swImage->ImageSlices[0]); in _swrast_map_teximage()246 map = swImage->ImageSlices[slice]; in _swrast_map_teximage()283 assert(swImage->ImageSlices[0] == swImage->Buffer); in _swrast_map_texture()287 if (!swImage->ImageSlices) { in _swrast_map_texture()[all …]
47 ((void) (j), (void) (k), ((type *)(image)->ImageSlices[0] + (i) * (size)))55 ((type *)((GLubyte *) (image)->ImageSlices[0] + (image)->RowStride * (j)) + \63 ((type *)((GLubyte *) (image)->ImageSlices[k] + \
55 srb->Buffer = swImage->ImageSlices[zOffset]; in update_wrapper()
137 const GLubyte *texture = (const GLubyte *) swImg->ImageSlices[0]; \195 const GLubyte *texture = (const GLubyte *) swImg->ImageSlices[0]; \551 info.texture = (const GLchan *) swImg->ImageSlices[0]; \818 info.texture = (const GLchan *) swImg->ImageSlices[0]; \
157 void **ImageSlices; member
80 swImage->FetchCompressedTexel(swImage->ImageSlices[k], in fetch_compressed()
1441 GLubyte *texel = (GLubyte *) swImg->ImageSlices[0] + 3 * pos; in opt_sample_rgb_2d()1486 const GLuint texel = *((GLuint *) swImg->ImageSlices[0] + pos); in opt_sample_rgba_2d()
98 - swrast: allocate swrast_texture_image::ImageSlices array if needed