Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp664 const unsigned int ui32Width, in PVRShellWriteBMPFile() argument
684 unsigned int i32OutBytesPerLine = ui32Width * 3 * ui32PixelReplicate; in PVRShellWriteBMPFile()
692 i32OutAlign = i32OutBytesPerLine - ui32Width * 3 * ui32PixelReplicate; in PVRShellWriteBMPFile()
709 unsigned int biWidth = ui32Width * ui32PixelReplicate; in PVRShellWriteBMPFile()
722 for(unsigned int i = 0; i < ui32Width * ui32Height; ++i) in PVRShellWriteBMPFile()
761 const unsigned char * pRow = &pData[3 * ui32Width * nY]; in PVRShellWriteBMPFile()
764 for(unsigned int nX = 0; nX < ui32Width; ++nX) in PVRShellWriteBMPFile()
DPVRShell.h616 const unsigned int ui32Width,
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp629 PVRTuint32 ui32Width, in pvrtcDecompress() argument
642 int i32NumXWords = (int)(ui32Width / ui32WordWidth); in pvrtcDecompress()
687 mapDecompressedData(pOutData, ui32Width, pPixels, indices, ui8Bpp); in pvrtcDecompress()
694 return ui32Width * ui32Height / (PVRTuint32)(ui32WordWidth/2); in pvrtcDecompress()