Lines Matching refs:srcHeight
66 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte));
74 srcWidth, srcHeight, srcDepth,
81 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
87 tx_compress_dxtn(3, srcWidth, srcHeight, pixels,
118 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
127 srcWidth, srcHeight, srcDepth,
134 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
140 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,
171 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
180 srcWidth, srcHeight, srcDepth,
186 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
192 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,
223 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
232 srcWidth, srcHeight, srcDepth,
238 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
244 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,