Searched defs:swrast_texture_image (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_context.h115 struct swrast_texture_image;
121 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage,
131 struct swrast_texture_image struct
170 static inline struct swrast_texture_image *
171 swrast_texture_image(struct gl_texture_image *img) function
173 return (struct swrast_texture_image *) img;
177 static inline const struct swrast_texture_image *
180 return (const struct swrast_texture_image *) img;

Completed in 69 milliseconds