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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddebug.c225 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, function in typeref:typename:void
239 fprintf(stderr, "Error while reopening %s in write_ppm()\n",
255 fprintf(stderr, "Unable to create %s in write_ppm()\n", filename);
290 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE);
340 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE);
475 write_ppm(filename, buf, w, h, 4, 0, 1, 2, GL_TRUE);
510 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE);
545 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE);
561 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
564 write_ppm(filenam
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddebug.c224 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, function in typeref:typename:void
238 fprintf(stderr, "Error while reopening %s in write_ppm()\n",
254 fprintf(stderr, "Unable to create %s in write_ppm()\n", filename);
289 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE);
339 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE);
472 write_ppm(filename, buf, w, h, 4, 0, 1, 2, GL_TRUE);
507 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE);
542 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE);
558 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
561 write_ppm(filenam
[all...]
/xsrc/external/mit/mesa-demos/dist/src/osdemos/
H A Dosdemo.c200 write_ppm(const char *filename, const GLubyte *buffer, int width, int height) function in typeref:typename:void
307 write_ppm(filename, buffer, Width, Height);
H A Dosdemo16.c192 write_ppm(const char *filename, const GLushort *buffer, int width, int height) function in typeref:typename:void
275 write_ppm(argv[1], buffer, WIDTH, HEIGHT);
H A Dosdemo32.c190 write_ppm(const char *filename, const GLfloat *buffer, int width, int height) function in typeref:typename:void
285 write_ppm(argv[1], buffer, WIDTH, HEIGHT);

Completed in 6 milliseconds