Searched refs:maTextureFormat (Results 1 – 1 of 1) sorted by relevance
576 const DDPIXELFORMAT& getTextureFormat() const { return maTextureFormat; } in getTextureFormat()648 DDPIXELFORMAT maTextureFormat; member in dxcanvas::__anonff10db930111::DXRenderModule1033 maTextureFormat(), in DXRenderModule()1385 rtl_fillMemory( &maTextureFormat, in setup3DDevice()1387 maTextureFormat.dwSize = sizeof(DDPIXELFORMAT); in setup3DDevice()1388 …( SUCCEEDED(mpDirect3DDevice->EnumTextureFormats( EnumTextureFormatsCallback, &maTextureFormat )) ) in setup3DDevice()1391 … if((maTextureFormat.dwFlags & (DDPF_ALPHAPIXELS | DDPF_RGB)) != (DDPF_ALPHAPIXELS | DDPF_RGB)) 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()[all …]