Searched refs:maTextureFormat (Results 1 – 1 of 1) sorted by relevance
1033 maTextureFormat(), in DXRenderModule()1385 rtl_fillMemory( &maTextureFormat, in setup3DDevice()1387 maTextureFormat.dwSize = sizeof(DDPIXELFORMAT); in setup3DDevice()1393 else if(maTextureFormat.dwRGBAlphaBitMask != 0xFF000000) in setup3DDevice()1395 else if(maTextureFormat.dwRBitMask != 0x00FF0000) in setup3DDevice()1397 else if(maTextureFormat.dwGBitMask != 0x0000FF00) in setup3DDevice()1399 else if(maTextureFormat.dwBBitMask != 0x000000FF) in setup3DDevice()1406 maTextureFormat.dwRGBBitCount, in setup3DDevice()1407 maTextureFormat.dwRBitMask, in setup3DDevice()1408 maTextureFormat.dwGBitMask, in setup3DDevice()[all …]
Completed in 19 milliseconds