Searched defs:swrast_texture_image (Results 1 – 1 of 1) sorted by relevance
131 struct swrast_texture_image struct133 struct gl_texture_image Base;135 GLboolean _IsPowerOfTwo; /**< Are all dimensions powers of two? */138 GLfloat WidthScale, HeightScale, DepthScale;170 static inline struct swrast_texture_image * argument171 swrast_texture_image(struct gl_texture_image *img) in swrast_texture_image() function