Searched refs:bmfh (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ | ||
| H A D | u_debug_image.c | 240 struct bmp_file_header bmfh; local in function:debug_dump_float_rgba_bmp 247 bmfh.bfType = 0x4d42; 248 bmfh.bfSize = 14 + 40 + height*width*4; 249 bmfh.bfReserved1 = 0; 250 bmfh.bfReserved2 = 0; 251 bmfh.bfOffBits = 14 + 40; 269 fwrite(&bmfh, 14, 1, stream); 296 struct bmp_file_header bmfh; local in function:debug_dump_ubyte_rgba_bmp 304 bmfh.bfType = 0x4d42; 305 bmfh [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ | ||
| H A D | u_debug_image.c | 241 struct bmp_file_header bmfh; local in function:debug_dump_float_rgba_bmp 248 bmfh.bfType = 0x4d42; 249 bmfh.bfSize = 14 + 40 + height*width*4; 250 bmfh.bfReserved1 = 0; 251 bmfh.bfReserved2 = 0; 252 bmfh.bfOffBits = 14 + 40; 270 fwrite(&bmfh, 14, 1, stream); 297 struct bmp_file_header bmfh; local in function:debug_dump_ubyte_rgba_bmp 305 bmfh.bfType = 0x4d42; 306 bmfh [all...] |
Completed in 2 milliseconds