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

/xsrc/external/mit/mesa-demos/dist/src/osdemos/
H A Dosdemo.c159 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 Dosdemo16.c151 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 Dosdemo32.c143 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