Home
last modified time | relevance | path

Searched refs:dwBumpBitCount (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/ddraw/
H A Dutils.c295 DDPixelFormat->u1.dwBumpBitCount = 16; in ddrawformat_from_wined3dformat()
305 DDPixelFormat->u1.dwBumpBitCount = 16; in ddrawformat_from_wined3dformat()
315 DDPixelFormat->u1.dwBumpBitCount = 32; in ddrawformat_from_wined3dformat()
537 if( (DDPixelFormat->u1.dwBumpBitCount == 16 ) && in wined3dformat_from_ddrawformat()
544 else if ( (DDPixelFormat->u1.dwBumpBitCount == 16 ) && in wined3dformat_from_ddrawformat()
551 else if ( (DDPixelFormat->u1.dwBumpBitCount == 32 ) && in wined3dformat_from_ddrawformat()
857 pf->u1.dwBumpBitCount, in DDRAW_dump_pixelformat()
/reactos/sdk/include/psdk/
H A Dddraw.h1080 DWORD dwBumpBitCount; member