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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.h114 struct swrast_texture_image;
120 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage,
130 struct swrast_texture_image struct
153 static inline struct swrast_texture_image *
154 swrast_texture_image(struct gl_texture_image *img) function
156 return (struct swrast_texture_image *) img;
160 static inline const struct swrast_texture_image *
163 return (const struct swrast_texture_image *) img;
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h114 struct swrast_texture_image;
120 typedef void (*FetchTexelFunc)(const struct swrast_texture_image *texImage,
130 struct swrast_texture_image struct
153 static inline struct swrast_texture_image *
154 swrast_texture_image(struct gl_texture_image *img) function
156 return (struct swrast_texture_image *) img;
160 static inline const struct swrast_texture_image *
163 return (const struct swrast_texture_image *) img;

Completed in 70 milliseconds