Searched refs:swrast_texture_image (Results 1 – 15 of 15) sorted by relevance
46 return (struct gl_texture_image *) CALLOC_STRUCT(swrast_texture_image); in _swrast_new_texture_image()90 struct swrast_texture_image *swImg = swrast_texture_image(texImage); in _swrast_alloc_texture_image_buffer()128 struct swrast_texture_image *swImg = swrast_texture_image(texImage); in _swrast_init_texture_image()166 struct swrast_texture_image *swImage = swrast_texture_image(texImage); in _swrast_free_texture_image_buffer()215 struct swrast_texture_image *swImage = swrast_texture_image(texImage); in _swrast_map_teximage()271 struct swrast_texture_image *swImage = swrast_texture_image(texImage); in _swrast_map_texture()331 struct swrast_texture_image *swImage = swrast_texture_image(texImage); in _swrast_unmap_texture()
114 struct swrast_texture_image;120 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage,130 struct swrast_texture_image struct169 static inline struct swrast_texture_image * argument170 swrast_texture_image(struct gl_texture_image *img) in swrast_texture_image() function172 return (struct swrast_texture_image *) img; in swrast_texture_image()176 static inline const struct swrast_texture_image *179 return (const struct swrast_texture_image *) img; in swrast_texture_image_const()
34 struct swrast_texture_image *swImage; in update_wrapper()40 swImage = swrast_texture_image(rb->TexImage); in update_wrapper()
68 fetch_compressed(const struct swrast_texture_image *swImage, in fetch_compressed()91 static void fetch_null_texelf( const struct swrast_texture_image *texImage, in fetch_null_texelf()474 struct swrast_texture_image *texImage, GLuint dims) in set_fetch_functions()533 swrast_texture_image(texObj->Image[face][i]), in _mesa_update_fetch_functions()
166 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in linear_texel_locations()295 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in nearest_texel_location()855 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in sample_1d_nearest()880 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in sample_1d_linear()1122 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in sample_2d_nearest()1156 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in sample_2d_linear()1221 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in sample_2d_linear_repeat()1387 const struct swrast_texture_image *swImg = swrast_texture_image_const(image); in sample_linear_2d()1421 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in opt_sample_rgb_2d()1466 const struct swrast_texture_image *swImg = swrast_texture_image_const(img); in opt_sample_rgba_2d()[all …]
74 FETCH(x) (const struct swrast_texture_image *texImage, \83 FETCH(x) (const struct swrast_texture_image *texImage, \
132 const struct swrast_texture_image *swImg = \190 const struct swrast_texture_image *swImg = \547 const struct swrast_texture_image *swImg = \816 const struct swrast_texture_image *swImg = \1052 const struct swrast_texture_image *swImg; in _swrast_choose_triangle()
121 const struct swrast_texture_image *swImg = in fetch_texel_deriv()
502 const struct swrast_texture_image *swImg = in interpolate_texcoords()
63 struct swrast_texture_image base;
75 struct swrast_texture_image base;
33 struct swrast_texture_image base;
157 struct swrast_texture_image base;
86 struct swrast_texture_image *swImage; in swrastSetTexBuffer2()96 swImage = swrast_texture_image(texImage); in swrastSetTexBuffer2()