Lines Matching defs:image
263 * Write a texture image to a ppm file.
291 printf(" Writing image level %u to %s\n", level, s);
302 * Write renderbuffer image to a ppm file.
338 printf(" Writing renderbuffer image to %s\n", s);
340 _mesa_debug(NULL, " Writing renderbuffer image to %s\n", s);
408 * If dumpImages is true, write PPM of level[0] image to a file.
441 * If dumpImages is true, write PPM of level[0] image to a file.
555 _mesa_dump_image(const char *filename, const void *image, GLuint w, GLuint h,
561 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
564 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert);
567 write_ppm(filename, image, w, h, 2, 1, 0, 0, invert);
570 write_ppm(filename, image, w, h, 1, 0, 0, 0, invert);
575 const GLfloat *f = (const GLfloat *) image;
586 const GLfloat *f = (const GLfloat *) image;