Lines Matching defs:otherImage
3558 GLushort *otherImage;
3567 otherImage = NULL;
3601 if (otherImage == NULL) {
3603 otherImage = (GLushort *) malloc(memreq);
3604 if (otherImage == NULL) {
3615 newwidth, 1, otherImage);
3616 /* Swap newImage and otherImage */
3617 imageTemp = otherImage;
3618 otherImage = newImage;
3636 if (otherImage) {
3637 free((GLbyte *) otherImage);
3705 GLushort *otherImage;
3727 otherImage = NULL;
3755 if (otherImage == NULL) {
3758 otherImage = (GLushort *) malloc(memreq);
3759 if (otherImage == NULL) {
3770 newwidth, newheight, otherImage);
3771 /* Swap newImage and otherImage */
3772 imageTemp = otherImage;
3773 otherImage = newImage;
3792 if (otherImage) {
3793 free((GLbyte *) otherImage);
4633 GLubyte *otherImage;
4655 otherImage = NULL;
4720 if (otherImage == NULL) {
4723 otherImage = (GLubyte *) malloc(memreq);
4724 if (otherImage == NULL) {
4735 newImage, newwidth, newheight, otherImage);
4737 /* Swap newImage and otherImage */
4738 imageTemp = otherImage;
4739 otherImage = newImage;
4760 if (otherImage && otherImage != (const GLubyte *)data) {
4761 free((GLbyte *) otherImage);