Searched refs:write_ppm (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | debug.c | 240 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, in write_ppm() function 298 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE); in write_texture_image() 348 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE); in _mesa_write_renderbuffer_image() 483 write_ppm(filename, buf, w, h, 4, 0, 1, 2, GL_TRUE); in _mesa_dump_color_buffer() 518 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE); in _mesa_dump_depth_buffer() 553 write_ppm(filename, buf2, w, h, 3, 0, 1, 2, GL_TRUE); in _mesa_dump_stencil_buffer() 569 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert); in _mesa_dump_image() 572 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert); in _mesa_dump_image() 575 write_ppm(filename, image, w, h, 2, 1, 0, 0, invert); in _mesa_dump_image() 578 write_ppm(filename, image, w, h, 1, 0, 0, 0, invert); in _mesa_dump_image() [all …]
|