Searched refs:biBitCount (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinsetsp.c98 bmi.bmiHeader.biBitCount = pDrawable->depth;
144 bmi.bmiHeader.biBitCount = pDrawable->depth;
H A Dwinnativegdi.c387 pbmih->biBitCount = iDepth;
H A Dwinshadgdi.c118 /* Get the biBitCount */
225 pbmih->biWidth, pbmih->biHeight, pbmih->biBitCount, pbmih->biPlanes);
350 (int) pScreenPriv->pbmih->biWidth, (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount);
381 dibsection.dsBmih.biBitCount,
H A Dwincursor.c289 pbmi->bmiHeader.biBitCount = 8;
H A Dwinwin32rootless.c102 /* Get the biBitCount */
781 (unsigned int)dibsection.dsBmih.biBitCount,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c170 uint16_t biBitCount; member in struct:bmp_info_header
257 bmih.biBitCount = 32;
314 bmih.biBitCount = 32;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c170 uint16_t biBitCount; member in struct:bmp_info_header
258 bmih.biBitCount = 32;
315 bmih.biBitCount = 32;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c156 gdt->bmi.bmiHeader.biBitCount = bpp;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c156 gdt->bmi.bmiHeader.biBitCount = bpp;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDxgi.cpp114 bmi.bmiHeader.biBitCount = 32;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c112 /* Get the biBitCount */
203 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount,
332 (int) -pScreenPriv->pbmih->biHeight, pScreenPriv->pbmih->biBitCount);
358 dibsection.dsBmih.biBitCount, (int) dibsection.dsBmih.biSizeImage);
H A Dwincursor.c282 pbmi->bmiHeader.biBitCount = 8;
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_win32.c484 info.bmiHeader.biBitCount = 32;
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c996 bmpHeader.biBitCount = draw->base.pDraw->bitsPerPixel;
1010 #define RASTERWIDTHBYTES(bmi) (((((bmi)->biWidth*(bmi)->biBitCount)+31)&~31)>>3)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c1276 bmpHeader.biBitCount = draw->base.pDraw->bitsPerPixel;

Completed in 26 milliseconds