Searched refs:nBPP (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTTextureAPI.cpp | 272 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; in PVRTTextureTile() local 284 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat); in PVRTTextureTile() 287 psTexHeaderNew = PVRTTextureCreate(nSize, nSize, nElW, nElH, nBPP, true); in PVRTTextureTile() 298 int nBlocksS = nBPP * nElW * nElH / 8; in PVRTTextureTile()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 675 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; in PVRTTextureTile() local 687 nBPP = PVRTGetBitsPerPixel(pIn->u64PixelFormat); in PVRTTextureTile() 690 psTexHeaderNew = PVRTTextureCreate(nSize, nSize, nElW, nElH, nBPP, true); in PVRTTextureTile() 701 int nBlocksS = nBPP * nElW * nElH / 8; in PVRTTextureTile()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTTexture.h | 569 const unsigned int nBPP,
|
D | PVRTTexture.cpp | 116 const unsigned int nBPP, in PVRTTextureCreate() argument 135 len = (len * nBPP) / 8; in PVRTTextureCreate()
|