Lines Matching refs:tempImage
1279 const GLubyte *tempImage = NULL; in _mesa_texstore_bptc_rgba_unorm() local
1289 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); in _mesa_texstore_bptc_rgba_unorm()
1290 if (!tempImage) in _mesa_texstore_bptc_rgba_unorm()
1292 tempImageSlices[0] = (GLubyte *) tempImage; in _mesa_texstore_bptc_rgba_unorm()
1302 pixels = tempImage; in _mesa_texstore_bptc_rgba_unorm()
1315 free((void *) tempImage); in _mesa_texstore_bptc_rgba_unorm()
1591 const float *tempImage = NULL; in texstore_bptc_rgb_float() local
1601 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLfloat)); in texstore_bptc_rgb_float()
1602 if (!tempImage) in texstore_bptc_rgb_float()
1604 tempImageSlices[0] = (GLfloat *) tempImage; in texstore_bptc_rgb_float()
1613 pixels = tempImage; in texstore_bptc_rgb_float()
1627 free((void *) tempImage); in texstore_bptc_rgb_float()