Searched refs:uiHeight (Results 1 – 3 of 3) sorted by relevance
360 PVRTuint32 uiHeight = PVRT_MAX(1,sTextureHeader.u32Height>>uiCurrentMIP); in PVRTGetTextureDataSize() local367 uiHeight=uiHeight+( (-1*uiHeight)%uiSmallestHeight); in PVRTGetTextureDataSize()372 …PerPixel(sTextureHeader.u64PixelFormat)*(PVRTuint64)uiWidth*(PVRTuint64)uiHeight*(PVRTuint64)uiDep… in PVRTGetTextureDataSize()379 PVRTuint32 uiHeight = PVRT_MAX(1,sTextureHeader.u32Height>>iMipLevel); in PVRTGetTextureDataSize() local386 uiHeight=uiHeight+( (-1*uiHeight)%uiSmallestHeight); in PVRTGetTextureDataSize()391 uiDataSize=PVRTGetBitsPerPixel(sTextureHeader.u64PixelFormat)*uiWidth*uiHeight*uiDepth; in PVRTGetTextureDataSize()
864 bool CPVRTPFXParser::SetViewportSize(unsigned int uiWidth, unsigned int uiHeight) in SetViewportSize() argument866 if(uiWidth > 0 && uiHeight > 0) in SetViewportSize()869 m_uiViewportHeight = uiHeight; in SetViewportSize()1365 unsigned int* uiVals[2] = { &Params.uiWidth, &Params.uiHeight }; in ParseGenericSurface()1511 TexDesc.uiHeight = VIEWPORT_SIZE; in ParseTexture()1637 pTex->uiHeight = TexDesc.uiHeight; in ParseTexture()1698 TexDesc.uiHeight = VIEWPORT_SIZE; in ParseTarget()1771 pTex->uiHeight = TexDesc.uiHeight; in ParseTarget()1815 unsigned int uiHeight = CPVRTPFXParser::VIEWPORT_SIZE; in ParseTextures() local1925 pTex->uiHeight = uiHeight; in ParseTextures()
123 unsigned int uiWidth, uiHeight; member334 bool SetViewportSize(unsigned int uiWidth, unsigned int uiHeight);