Lines Matching refs:srcHeight
93 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLubyte)); in _mesa_texstore_red_rgtc1()
102 srcWidth, srcHeight, srcDepth, in _mesa_texstore_red_rgtc1()
110 for (j = 0; j < srcHeight; j+=4) { in _mesa_texstore_red_rgtc1()
111 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_red_rgtc1()
112 else numypixels = srcHeight - j; in _mesa_texstore_red_rgtc1()
147 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLfloat)); in _mesa_texstore_signed_red_rgtc1()
155 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_red_rgtc1()
163 for (j = 0; j < srcHeight; j+=4) { in _mesa_texstore_signed_red_rgtc1()
164 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_signed_red_rgtc1()
165 else numypixels = srcHeight - j; in _mesa_texstore_signed_red_rgtc1()
206 tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLubyte)); in _mesa_texstore_rg_rgtc2()
214 srcWidth, srcHeight, srcDepth, in _mesa_texstore_rg_rgtc2()
222 for (j = 0; j < srcHeight; j+=4) { in _mesa_texstore_rg_rgtc2()
223 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_rg_rgtc2()
224 else numypixels = srcHeight - j; in _mesa_texstore_rg_rgtc2()
271 tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLfloat)); in _mesa_texstore_signed_rg_rgtc2()
279 srcWidth, srcHeight, srcDepth, in _mesa_texstore_signed_rg_rgtc2()
287 for (j = 0; j < srcHeight; j += 4) { in _mesa_texstore_signed_rg_rgtc2()
288 if (srcHeight > j + 3) numypixels = 4; in _mesa_texstore_signed_rg_rgtc2()
289 else numypixels = srcHeight - j; in _mesa_texstore_signed_rg_rgtc2()