Home
last modified time | relevance | path

Searched refs:ui32PixelReplicate (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h602 const unsigned int ui32PixelReplicate = 1,
619 const unsigned int ui32PixelReplicate = 1);
DPVRShell.cpp579 const unsigned int ui32PixelReplicate, in PVRShellScreenSave() argument
621 const int err = PVRShellWriteBMPFile(pszFileName, Width, Height, pLines, ui32PixelReplicate); in PVRShellScreenSave()
667 const unsigned int ui32PixelReplicate) in PVRShellWriteBMPFile() argument
684 unsigned int i32OutBytesPerLine = ui32Width * 3 * ui32PixelReplicate; in PVRShellWriteBMPFile()
692 i32OutAlign = i32OutBytesPerLine - ui32Width * 3 * ui32PixelReplicate; in PVRShellWriteBMPFile()
698 int ui32RealSize = i32OutBytesPerLine * ui32Height * ui32PixelReplicate; in PVRShellWriteBMPFile()
709 unsigned int biWidth = ui32Width * ui32PixelReplicate; in PVRShellWriteBMPFile()
710 unsigned int biHeight = ui32Height * ui32PixelReplicate; in PVRShellWriteBMPFile()
762 for(unsigned int nRepY = 0; nRepY < ui32PixelReplicate; ++nRepY) in PVRShellWriteBMPFile()
767 for(unsigned int nRepX = 0; nRepX < ui32PixelReplicate; ++nRepX) in PVRShellWriteBMPFile()