Searched refs:write_targa (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/osdemos/ |
| H A D | osdemo.c | 159 write_targa(const char *filename, const GLubyte *buffer, int width, int height) function in typeref:typename:void 305 write_targa(filename, buffer, Width, Height);
|
| H A D | osdemo16.c | 151 write_targa(const char *filename, const GLushort *buffer, int width, int height) function in typeref:typename:void 273 write_targa(argv[1], buffer, WIDTH, HEIGHT);
|
| H A D | osdemo32.c | 143 write_targa(const char *filename, const GLfloat *buffer, int width, int height) function in typeref:typename:void 283 write_targa(argv[1], buffer, WIDTH, HEIGHT);
|
Completed in 7 milliseconds