Home | History | Annotate | Download | only in swrast

Lines Matching refs:tmpImage

102    GLfloat *tmpImage, *p;
142 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat) * 4);
143 if (!tmpImage) {
148 p = tmpImage;
154 p = tmpImage;
157 tmpImage = NULL; /* silence compiler warnings */
199 free(tmpImage);
249 GLfloat *p, *tmpImage, *depth;
289 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat));
290 if (!tmpImage) {
294 p = tmpImage;
299 p = tmpImage;
302 tmpImage = NULL; /* silence compiler warning */
339 free(tmpImage);
353 GLubyte *p, *tmpImage, *stencil;
386 tmpImage = (GLubyte *) malloc(width * height * sizeof(GLubyte));
387 if (!tmpImage) {
391 p = tmpImage;
396 p = tmpImage;
399 tmpImage = NULL; /* silence compiler warning */
435 free(tmpImage);