Searched refs:nBPP (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.cpp272 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; local
284 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat);
287 psTexHeaderNew = PVRTTextureCreate(nSize, nSize, nElW, nElH, nBPP, true);
298 int nBlocksS = nBPP * nElW * nElH / 8;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp675 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; local
687 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat);
690 psTexHeaderNew = PVRTTextureCreate(nSize, nSize, nElW, nElH, nBPP, true);
701 int nBlocksS = nBPP * nElW * nElH / 8;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTTexture.h558 @param[in] nBPP Bits per pixel of the format
569 const unsigned int nBPP,
H A DPVRTTexture.cpp105 @Input nBPP Bits per pixel of the format
116 const unsigned int nBPP,
135 len = (len * nBPP) / 8;
111 PVRTTextureCreate( const unsigned int w, const unsigned int h, const unsigned int wMin, const unsigned int hMin, const unsigned int nBPP, const bool bMIPMap) argument

Completed in 78 milliseconds