Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h579 bool PVRShellScreenCaptureBuffer(const int Width, const int Height, unsigned char **pLines);
601 const unsigned char * const pLines,
DPVRShell.cpp550 …ol PVRShell::PVRShellScreenCaptureBuffer(const int Width, const int Height, unsigned char **pLines) in PVRShellScreenCaptureBuffer() argument
553 *pLines=(unsigned char *)calloc(Width*Height*3, sizeof(unsigned char)); in PVRShellScreenCaptureBuffer()
554 if (!(*pLines)) return false; in PVRShellScreenCaptureBuffer()
556 return m_pShellInit->ApiScreenCaptureBuffer(Width, Height, *pLines); in PVRShellScreenCaptureBuffer()
578 const unsigned char * const pLines, in PVRShellScreenSave() argument
621 const int err = PVRShellWriteBMPFile(pszFileName, Width, Height, pLines, ui32PixelReplicate); in PVRShellScreenSave()