Lines Matching defs:memreq

3560     GLint memreq;
3602 memreq = image_size(newwidth, 1, format, GL_UNSIGNED_SHORT);
3603 otherImage = (GLushort *) malloc(memreq);
3707 GLint memreq;
3756 memreq =
3758 otherImage = (GLushort *) malloc(memreq);
3816 GLint memreq;
3893 memreq = image_size(nextWidth, nextHeight, format, type);
3898 dstImage = (GLubyte *)malloc(memreq);
3901 dstImage = (GLbyte *)malloc(memreq);
3904 dstImage = (GLushort *)malloc(memreq);
3907 dstImage = (GLshort *)malloc(memreq);
3910 dstImage = (GLuint *)malloc(memreq);
3913 dstImage = (GLint *)malloc(memreq);
3916 dstImage = (GLfloat *)malloc(memreq);
3920 dstImage = (GLubyte *)malloc(memreq);
3928 dstImage = (GLushort *)malloc(memreq);
3934 dstImage = (GLuint *)malloc(memreq);
4058 memreq = image_size(newwidth, newheight, format, type);
4063 dstImage = (GLubyte *)malloc(memreq);
4066 dstImage = (GLbyte *)malloc(memreq);
4069 dstImage = (GLushort *)malloc(memreq);
4072 dstImage = (GLshort *)malloc(memreq);
4075 dstImage = (GLuint *)malloc(memreq);
4078 dstImage = (GLint *)malloc(memreq);
4081 dstImage = (GLfloat *)malloc(memreq);
4085 dstImage = (GLubyte *)malloc(memreq);
4093 dstImage = (GLushort *)malloc(memreq);
4099 dstImage = (GLuint *)malloc(memreq);
4116 memreq = image_size(newwidth, newheight, format, type);
4119 dstImage = (GLubyte *)malloc(memreq);
4122 dstImage = (GLbyte *)malloc(memreq);
4125 dstImage = (GLushort *)malloc(memreq);
4128 dstImage = (GLshort *)malloc(memreq);
4131 dstImage = (GLuint *)malloc(memreq);
4134 dstImage = (GLint *)malloc(memreq);
4137 dstImage = (GLfloat *)malloc(memreq);
4141 dstImage = (GLubyte *)malloc(memreq);
4149 dstImage = (GLushort *)malloc(memreq);
4155 dstImage = (GLuint *)malloc(memreq);
4301 memreq = image_size(nextWidth, nextHeight, format, type);
4306 dstImage = (GLubyte *)malloc(memreq);
4309 dstImage = (GLbyte *)malloc(memreq);
4312 dstImage = (GLushort *)malloc(memreq);
4315 dstImage = (GLshort *)malloc(memreq);
4318 dstImage = (GLuint *)malloc(memreq);
4321 dstImage = (GLint *)malloc(memreq);
4324 dstImage = (GLfloat *)malloc(memreq);
4328 dstImage = (GLubyte *)malloc(memreq);
4336 dstImage = (GLushort *)malloc(memreq);
4342 dstImage = (GLuint *)malloc(memreq);
4635 GLint memreq;
4721 memreq =
4723 otherImage = (GLubyte *) malloc(memreq);