Home
last modified time | relevance | path

Searched refs:ui32Height (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp665 const unsigned int ui32Height, in PVRShellWriteBMPFile() argument
698 int ui32RealSize = i32OutBytesPerLine * ui32Height * ui32PixelReplicate; in PVRShellWriteBMPFile()
710 unsigned int biHeight = ui32Height * ui32PixelReplicate; in PVRShellWriteBMPFile()
722 for(unsigned int i = 0; i < ui32Width * ui32Height; ++i) in PVRShellWriteBMPFile()
759 for(unsigned int nY = 0; nY < ui32Height; ++nY) in PVRShellWriteBMPFile()
DPVRShell.h617 const unsigned int ui32Height,
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp630 PVRTuint32 ui32Height, in pvrtcDecompress() argument
643 int i32NumYWords = (int)(ui32Height / ui32WordHeight); in pvrtcDecompress()
694 return ui32Width * ui32Height / (PVRTuint32)(ui32WordWidth/2); in pvrtcDecompress()