Lines Matching defs:pixels
51 const GLubyte *pixels;
79 pixels = tempImage;
84 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
90 tx_compress_dxt1(srccomps, srcWidth, srcHeight, pixels,
105 const GLubyte *pixels;
136 pixels = tempImage;
140 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
146 tx_compress_dxt1(4, srcWidth, srcHeight, pixels, dst, dstRowStride, 4);
160 const GLubyte *pixels;
191 pixels = tempImage;
194 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
200 tx_compress_dxt3(4, srcWidth, srcHeight, pixels, dst, dstRowStride);
214 const GLubyte *pixels;
245 pixels = tempImage;
248 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
254 tx_compress_dxt5(4, srcWidth, srcHeight, pixels, dst, dstRowStride);