Searched defs:bmfh (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug.c646 struct bmp_file_header bmfh; local
653 bmfh.bfType = 0x4d42;
654 bmfh.bfSize = 14 + 40 + height*width*4;
655 bmfh.bfReserved1 = 0;
656 bmfh.bfReserved2 = 0;
657 bmfh.bfOffBits = 14 + 40;
675 fwrite(&bmfh, 14, 1, stream);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c646 struct bmp_file_header bmfh; local
653 bmfh.bfType = 0x4d42;
654 bmfh.bfSize = 14 + 40 + height*width*4;
655 bmfh.bfReserved1 = 0;
656 bmfh.bfReserved2 = 0;
657 bmfh.bfOffBits = 14 + 40;
675 fwrite(&bmfh, 14, 1, stream);

Completed in 79 milliseconds