Lines Matching refs:swImg
132 const struct swrast_texture_image *swImg = \
137 const GLubyte *texture = (const GLubyte *) swImg->ImageSlices[0]; \
190 const struct swrast_texture_image *swImg = \
195 const GLubyte *texture = (const GLubyte *) swImg->ImageSlices[0]; \
547 const struct swrast_texture_image *swImg = \
551 info.texture = (const GLchan *) swImg->ImageSlices[0]; \
816 const struct swrast_texture_image *swImg = \
818 info.texture = (const GLchan *) swImg->ImageSlices[0]; \
1052 const struct swrast_texture_image *swImg; in _swrast_choose_triangle() local
1064 swImg = swrast_texture_image_const(texImg); in _swrast_choose_triangle()
1080 && swImg->_IsPowerOfTwo in _swrast_choose_triangle()
1083 swImg->RowStride) in _swrast_choose_triangle()