Lines Matching refs:srcHeight
139 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
148 srcWidth, srcHeight, srcDepth,
155 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
161 compress_rgba_unorm(srcWidth, srcHeight,
185 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLfloat));
193 srcWidth, srcHeight, srcDepth,
200 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
206 compress_rgb_float(srcWidth, srcHeight,
223 srcWidth, srcHeight, srcDepth,
236 srcWidth, srcHeight, srcDepth,