Lines Matching refs:srcHeight
139 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
151 srcWidth, srcHeight, srcDepth,
158 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
164 compress_rgba_unorm(srcWidth, srcHeight,
188 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLfloat));
196 srcWidth, srcHeight, srcDepth,
203 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
209 compress_rgb_float(srcWidth, srcHeight,
226 srcWidth, srcHeight, srcDepth,
239 srcWidth, srcHeight, srcDepth,