Lines Matching refs:memReq
7739 GLint memReq;
7833 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type);
7837 dstImage = (GLubyte *)malloc(memReq);
7840 dstImage = (GLbyte *)malloc(memReq);
7843 dstImage = (GLushort *)malloc(memReq);
7846 dstImage = (GLshort *)malloc(memReq);
7849 dstImage = (GLuint *)malloc(memReq);
7852 dstImage = (GLint *)malloc(memReq);
7855 dstImage = (GLfloat *)malloc(memReq);
7859 dstImage = (GLubyte *)malloc(memReq);
7867 dstImage = (GLushort *)malloc(memReq);
7873 dstImage = (GLuint *)malloc(memReq);
8051 memReq = imageSize3D(newWidth, newHeight, newDepth, format, type);
8056 dstImage = (GLubyte *)malloc(memReq);
8059 dstImage = (GLbyte *)malloc(memReq);
8062 dstImage = (GLushort *)malloc(memReq);
8065 dstImage = (GLshort *)malloc(memReq);
8068 dstImage = (GLuint *)malloc(memReq);
8071 dstImage = (GLint *)malloc(memReq);
8074 dstImage = (GLfloat *)malloc(memReq);
8078 dstImage = (GLubyte *)malloc(memReq);
8086 dstImage = (GLushort *)malloc(memReq);
8092 dstImage = (GLuint *)malloc(memReq);
8111 memReq = imageSize3D(newWidth, newHeight, newDepth, format, type);
8114 dstImage = (GLubyte *)malloc(memReq);
8117 dstImage = (GLbyte *)malloc(memReq);
8120 dstImage = (GLushort *)malloc(memReq);
8123 dstImage = (GLshort *)malloc(memReq);
8126 dstImage = (GLuint *)malloc(memReq);
8129 dstImage = (GLint *)malloc(memReq);
8132 dstImage = (GLfloat *)malloc(memReq);
8136 dstImage = (GLubyte *)malloc(memReq);
8144 dstImage = (GLushort *)malloc(memReq);
8150 dstImage = (GLuint *)malloc(memReq);
8187 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type);
8191 dstImage = (GLubyte *)malloc(memReq);
8194 dstImage = (GLbyte *)malloc(memReq);
8197 dstImage = (GLushort *)malloc(memReq);
8200 dstImage = (GLshort *)malloc(memReq);
8203 dstImage = (GLuint *)malloc(memReq);
8206 dstImage = (GLint *)malloc(memReq);
8209 dstImage = (GLfloat *)malloc(memReq);
8213 dstImage = (GLubyte *)malloc(memReq);
8221 dstImage = (GLushort *)malloc(memReq);
8227 dstImage = (GLuint *)malloc(memReq);