Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp272 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/
DPVRTTextureAPI.cpp675 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/
DPVRTTexture.h569 const unsigned int nBPP,
DPVRTTexture.cpp116 const unsigned int nBPP, in PVRTTextureCreate() argument
135 len = (len * nBPP) / 8; in PVRTTextureCreate()