Searched refs:write_ppm (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Ddebug.c224 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, function
249 fprintf(stderr, "Unable to create %s in write_ppm()\n", filename);
284 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE);
334 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE);
469 write_ppm(filename, buf, w, h, 4, 0, 1, 2, GL_TRUE);
504 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE);
539 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE);
555 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
558 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert);
561 write_ppm(filenam
[all...]

Completed in 276 milliseconds