Searched refs:write_ppm (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | debug.c | 225 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, in write_ppm() function 290 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE); in write_texture_image() 340 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE); in _mesa_write_renderbuffer_image() 475 write_ppm(filename, buf, w, h, 4, 0, 1, 2, GL_TRUE); in _mesa_dump_color_buffer() 510 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE); in _mesa_dump_depth_buffer() 545 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE); in _mesa_dump_stencil_buffer() 561 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert); in _mesa_dump_image() 564 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert); in _mesa_dump_image() 567 write_ppm(filename, image, w, h, 2, 1, 0, 0, invert); in _mesa_dump_image() 570 write_ppm(filename, image, w, h, 1, 0, 0, 0, invert); in _mesa_dump_image() [all …]
|