Lines Matching defs:tmpImage
91 GLfloat *tmpImage, *p;
131 tmpImage = malloc(width * height * sizeof(GLfloat) * 4);
132 if (!tmpImage) {
137 p = tmpImage;
143 p = tmpImage;
146 tmpImage = NULL; /* silence compiler warnings */
188 free(tmpImage);
238 GLfloat *p, *tmpImage, *depth;
278 tmpImage = malloc(width * height * sizeof(GLfloat));
279 if (!tmpImage) {
283 p = tmpImage;
288 p = tmpImage;
291 tmpImage = NULL; /* silence compiler warning */
328 free(tmpImage);
342 GLubyte *p, *tmpImage, *stencil;
375 tmpImage = malloc(width * height * sizeof(GLubyte));
376 if (!tmpImage) {
380 p = tmpImage;
385 p = tmpImage;
388 tmpImage = NULL; /* silence compiler warning */
424 free(tmpImage);