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));
130 srcWidth, srcHeight, srcDepth,
137 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
143 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,
174 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
186 srcWidth, srcHeight, srcDepth,
192 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
198 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,
229 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
241 srcWidth, srcHeight, srcDepth,
247 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
253 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,